|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.build.BuildServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
BuildServiceFwd()
|
Method Summary | |
BuildTarget |
buildTarget(BuildTarget target)
Deprecated. at R6. Please use buildTarget(BuildTarget, ConfigSpec). |
QueryResult |
buildTarget(BuildTarget[] targets,
ConfigSpec configSpec)
Deprecated. |
BuildTarget |
buildTarget(BuildTarget target,
ConfigSpec configSpec)
Supported API: false |
WTValuedMap |
buildTarget(WTCollection targets,
ConfigSpec configSpec)
Builds the given collection of targets. |
BuildTargetMaster |
buildTargetMaster(BuildTargetMaster targetMaster)
Propagates attributes from all source master to given target master. |
QueryResult |
buildTargetMaster(BuildTargetMaster[] targetMasters)
Propagates attributes from all source master to given target masters. |
QueryResult |
buildTargetMasterForSourceMaster(BuildSourceMaster sourceMaster)
Propagates attributes from all source masters associated with target master associated to given master. |
QueryResult |
buildTargetMasterForSourceMaster(BuildSourceMaster[] sourceMasters)
Propagates attributes from all source masters associated with target master associated to given masters. |
QueryResult |
buildTargetsForSource(BuildSource source)
Deprecated. at R6. Please use buildTargetForSource(BuildSource, ConfigSpec). |
QueryResult |
buildTargetsForSource(BuildSource[] sources,
ConfigSpec configSpec)
Deprecated. |
QueryResult |
buildTargetsForSource(BuildSource source,
ConfigSpec configSpec)
Supported API: false |
QueryResult |
buildTargetsForSource(WTCollection sources,
ConfigSpec configSpec)
Supported API: false |
BuildableOccurrence |
deleteOccurrence(BuildableOccurrence occurrence)
Deprecated. |
WTSet |
deleteOccurrences(WTSet occurrences)
Deletes given buildable occurrences. |
BuildableLink |
getBuiltLink(BuildReference buildReference)
Deprecated. |
BuildableLink |
getBuiltLink(BuildTarget targetParent,
BuildReference buildReference)
Returns a "built" buildable link (if exists else null) with the given build reference. |
BuildableOccurrence |
getBuiltOccurrence(BuildReference buildReference)
Returns the "built" buildable occurrence that is associated with this build reference.. |
QueryResult |
getBuiltOccurrences()
Returns all "built" buildable occurrences that are associated with selected build targets. |
QueryResult |
getBuiltOccurrences(UsesOccurrenceContext buildTarget)
Returns all "built" buildable occurrences that are associated with this build target. |
QueryResult |
getCandidateLinks(Persistable child)
Deprecated. |
QueryResult |
getCandidateLinks(Persistable parent,
Persistable child)
Returns a QueryResult of "non built" buildable links for the given parent and child. |
QueryResult |
getCandidateOccurrences(OccurrenceableLink link)
Returns all "non built" buildable occurrences associated with the given link. |
private static Manager |
getManager()
|
QueryResult |
getTargetsForSources(QueryResult buildSources,
Class buildRule)
Supported API: false |
void |
markAsBuilt(BuildableLink link,
BuildReference buildReference)
Deprecated. at R6. Please use BuildHelper.markAsBuilt(). |
void |
markAsNeeded(BuildableObject object)
Tells the Build Service to preserve the given buildable object. |
BuildableLink |
newBuildableLink(Class linkClass,
BuildTarget buildTargetRoleObject,
Persistable persistableRoleObject,
BuildReference buildReference)
Supported API: false |
QueryResult |
saveOccurrence(UsesOccurrence occurrence,
Vector occurrenceData)
Saves a buildable uses occurrence and its associated occurrence data. |
BuildableLink |
storeBuildableLink(BuildableLink link)
Deprecated. |
WTCollection |
storeBuildableLinks(WTCollection links)
Stores the buildable links. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public BuildServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public QueryResult buildTargetsForSource(BuildSource source) throws WTException, NoRulesToBuildException
buildTargetsForSource
in interface BuildService
source
-
WTException
NoRulesToBuildException
public QueryResult buildTargetsForSource(BuildSource source, ConfigSpec configSpec) throws WTException, NoRulesToBuildException
buildTargetsForSource
in interface BuildService
source
- configSpec
-
WTException
NoRulesToBuildException
public BuildTarget buildTarget(BuildTarget target) throws WTException, NoRulesToBuildException
buildTarget
in interface BuildService
target
-
WTException
NoRulesToBuildException
public BuildTarget buildTarget(BuildTarget target, ConfigSpec configSpec) throws WTException, NoRulesToBuildException
buildTarget
in interface BuildService
target
- configSpec
-
WTException
NoRulesToBuildException
public BuildableLink newBuildableLink(Class linkClass, BuildTarget buildTargetRoleObject, Persistable persistableRoleObject, BuildReference buildReference) throws WTException
newBuildableLink
in interface BuildService
linkClass
- buildTargetRoleObject
- persistableRoleObject
- buildReference
-
WTException
public BuildableLink storeBuildableLink(BuildableLink link) throws WTException
storeBuildableLink
in interface BuildService
link
- buildable link to save
WTException
public QueryResult getTargetsForSources(QueryResult buildSources, Class buildRule) throws WTException
getTargetsForSources
in interface BuildService
buildSources
- buildRule
-
WTException
public BuildableLink getBuiltLink(BuildReference buildReference) throws WTException
getBuiltLink
in interface BuildService
buildReference
-
WTException
public QueryResult getCandidateLinks(Persistable child) throws WTException
getCandidateLinks
in interface BuildService
child
-
WTException
public void markAsBuilt(BuildableLink link, BuildReference buildReference) throws WTException
markAsBuilt
in interface BuildService
link
- buildReference
-
WTException
public void markAsNeeded(BuildableObject object) throws WTException
markAsNeeded
in interface BuildService
object
-
WTException
public QueryResult getCandidateOccurrences(OccurrenceableLink link) throws WTException
getCandidateOccurrences
in interface BuildService
link
-
WTException
public QueryResult getBuiltOccurrences(UsesOccurrenceContext buildTarget) throws WTException
getBuiltOccurrences
in interface BuildService
buildTarget
-
WTException
public QueryResult saveOccurrence(UsesOccurrence occurrence, Vector occurrenceData) throws WTException
saveOccurrence
in interface BuildService
occurrence
- Buildable Uses Occurrence to saveoccurrenceData
- Occurrence Data to save along with the occurrence
WTException
public BuildableOccurrence deleteOccurrence(BuildableOccurrence occurrence) throws WTException
deleteOccurrence
in interface BuildService
occurrence
-
WTException
public BuildableOccurrence getBuiltOccurrence(BuildReference buildReference) throws WTException
getBuiltOccurrence
in interface BuildService
buildReference
-
WTException
public WTValuedMap buildTarget(WTCollection targets, ConfigSpec configSpec) throws WTException, NoRulesToBuildException
buildTarget
in interface BuildService
targets
- collection of BuildTargetconfigSpec
-
WTException
NoRulesToBuildException
public QueryResult buildTargetsForSource(WTCollection sources, ConfigSpec configSpec) throws WTException, NoRulesToBuildException
buildTargetsForSource
in interface BuildService
sources
- collection of BuildSourceconfigSpec
-
WTException
NoRulesToBuildException
public BuildTargetMaster buildTargetMaster(BuildTargetMaster targetMaster) throws WTException
buildTargetMaster
in interface BuildService
targetMaster
-
WTException
public QueryResult buildTargetMaster(BuildTargetMaster[] targetMasters) throws WTException
buildTargetMaster
in interface BuildService
targetMasters
-
WTException
public QueryResult buildTargetMasterForSourceMaster(BuildSourceMaster[] sourceMasters) throws WTException
buildTargetMasterForSourceMaster
in interface BuildService
sourceMasters
-
WTException
public QueryResult buildTargetMasterForSourceMaster(BuildSourceMaster sourceMaster) throws WTException
buildTargetMasterForSourceMaster
in interface BuildService
sourceMaster
-
WTException
public QueryResult getBuiltOccurrences() throws WTException
getBuiltOccurrences
in interface BuildService
WTException
public WTSet deleteOccurrences(WTSet occurrences) throws WTException
deleteOccurrences
in interface BuildService
occurrences
-
WTException
public WTCollection storeBuildableLinks(WTCollection links) throws WTException
storeBuildableLinks
in interface BuildService
links
- buildable links to save
WTException
public QueryResult getCandidateLinks(Persistable parent, Persistable child) throws WTException
getCandidateLinks
in interface BuildService
parent
- child
-
WTException
public QueryResult buildTarget(BuildTarget[] targets, ConfigSpec configSpec) throws WTException, NoRulesToBuildException
buildTarget
in interface BuildService
targets
- configSpec
-
WTException
NoRulesToBuildException
public QueryResult buildTargetsForSource(BuildSource[] sources, ConfigSpec configSpec) throws WTException, NoRulesToBuildException
buildTargetsForSource
in interface BuildService
sources
- configSpec
-
WTException
NoRulesToBuildException
public BuildableLink getBuiltLink(BuildTarget targetParent, BuildReference buildReference) throws WTException
getBuiltLink
in interface BuildService
targetParent
- buildReference
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |