wt.build
Interface BuildDelegate

All Known Implementing Classes:
EPMBuildDelegate

public interface BuildDelegate



Supported API: false

Extendable: false


Method Summary
 BuildTarget[] build(WTCollection rules)
          Deprecated.  
 BuildTarget[] build(WTCollection rules, ConfigSpec configSpec)
          

Supported API: false
 QueryResult buildTargetMaster(BuildRule[] buildRules)
          publishes attributes on source masters to target masters and return updated target masters.
 String getApplicationTag(BuildRule rule)
          

Supported API: false
 

Method Detail

getApplicationTag

public String getApplicationTag(BuildRule rule)


Supported API: false

Parameters:
rule -
Returns:
String

buildTargetMaster

public QueryResult buildTargetMaster(BuildRule[] buildRules)
                              throws WTException
publishes attributes on source masters to target masters and return updated target masters.

Supported API: false

Parameters:
buildRules -
Returns:
QueryResult
Throws:
WTException

build

public BuildTarget[] build(WTCollection rules)
                    throws WTException
Deprecated.  



Supported API: false

Parameters:
rules - collection of BuildRule.
Returns:
BuildTarget[]
Throws:
WTException

build

public BuildTarget[] build(WTCollection rules,
                           ConfigSpec configSpec)
                    throws WTException


Supported API: false

Parameters:
rules - collection of BuildRule.
configSpec -
Returns:
BuildTarget[]
Throws:
WTException