Uses of Interface
wt.build.BuildSource

Packages that use BuildSource
com.ptc.epm.commands.transaction   
wt.build   
wt.clients.prodmgmt   
wt.clients.replication.unit   
wt.epm
 
wt.epm.build   
wt.epm.workspaces   
 

Uses of BuildSource in com.ptc.epm.commands.transaction
 

Fields in com.ptc.epm.commands.transaction declared as BuildSource
private  BuildSource[] BuildSourceOp.sources
           
 

Methods in com.ptc.epm.commands.transaction with parameters of type BuildSource
 void ECADTransaction.buildObject(BuildSource source)
           
 QueryResult ECADTransaction.getBuildResults(BuildSource source)
           
 void BuildSourceOp.build(BuildSource source)
           
 

Uses of BuildSource in wt.build
 

Fields in wt.build declared as BuildSource
private  BuildSource[] MigrationBuildUtility.VersionBuildInfo.aSources
           
 

Methods in wt.build that return BuildSource
(package private)  BuildSource MigrationBuildUtility.VersionBuildInfo.getLatestBuildSource()
           
private  BuildSource MigrationBuildUtility.VersionBuildInfo.nextBuildSource()
           
 BuildSource BuildRule.getBuildSource()
          Gets the object for the association that plays role: BUILD_SOURCE_ROLE.
 BuildSource BuildHistory.getBuiltBy()
          Gets the object for the association that plays role: BUILT_BY_ROLE.
 

Methods in wt.build with parameters of type BuildSource
 void ValidateWorkableSourceForBuildDelegate.validateSourceForBuild(BuildSource source)
          

Supported API: false
 void ValidateSourceForBuildDelegate.validateSourceForBuild(BuildSource source)
          

Supported API: false
 void ValidatePersistableSourceForBuildDelegate.validateSourceForBuild(BuildSource source)
          

Supported API: false
 void ValidateOwnableSourceForBuildDelegate.validateSourceForBuild(BuildSource source)
          

Supported API: false
 void ValidateLockableSourceForBuildDelegate.validateSourceForBuild(BuildSource source)
          

Supported API: false
 void ValidateIteratedSourceForBuildDelegate.validateSourceForBuild(BuildSource source)
          

Supported API: false
 void ValidateCabinetBasedSourceForBuildDelegate.validateSourceForBuild(BuildSource source)
          

Supported API: false
 QueryResult StandardBuildService.buildTargetsForSource(BuildSource source)
          Deprecated. at R6. Please use buildTargetForSource(BuildSource, ConfigSpec).
 QueryResult StandardBuildService.buildTargetsForSource(BuildSource source, ConfigSpec configSpec)
          

Supported API: false
 QueryResult StandardBuildService.buildTargetsForSource(BuildSource[] sources, ConfigSpec configSpec)
          Deprecated.  
 boolean SourceRequiresLocalBuildDelegate.localBuildRequired(BuildSource source)
          

Supported API: false
 boolean PersistableSourceRequiresLocalBuildDelegate.localBuildRequired(BuildSource source)
          

Supported API: false
 boolean PareWorkableSourceDelegate.keepSource(BuildSource source, QueryResult sources)
          

Supported API: false
 boolean PareSourceDelegate.keepSource(BuildSource source, QueryResult sources)
          

Supported API: false
 boolean ParePersistableSourceDelegate.keepSource(BuildSource source, QueryResult sources)
          

Supported API: false
 boolean PareOwnableSourceDelegate.keepSource(BuildSource source, QueryResult sources)
          

Supported API: false
 boolean PareLockableSourceDelegate.keepSource(BuildSource source, QueryResult sources)
          

Supported API: false
 boolean PareIteratedSourceDelegate.keepSource(BuildSource source, QueryResult sources)
          

Supported API: false
 boolean PareCabinetBasedSourceDelegate.keepSource(BuildSource source, QueryResult sources)
          

Supported API: false
 boolean OwnableSourceRequiresLocalBuildDelegate.localBuildRequired(BuildSource source)
          

Supported API: false
 boolean LockableSourceRequiresLocalBuildDelegate.localBuildRequired(BuildSource source)
          

Supported API: false
 boolean CabinetBasedSourceRequiresLocalBuildDelegate.localBuildRequired(BuildSource source)
          

Supported API: false
 QueryResult BuildServiceFwd.buildTargetsForSource(BuildSource source)
          Deprecated. at R6. Please use buildTargetForSource(BuildSource, ConfigSpec).
 QueryResult BuildServiceFwd.buildTargetsForSource(BuildSource source, ConfigSpec configSpec)
          

Supported API: false
 QueryResult BuildServiceFwd.buildTargetsForSource(BuildSource[] sources, ConfigSpec configSpec)
          Deprecated.  
 QueryResult BuildService.buildTargetsForSource(BuildSource source)
          Deprecated. at R6. Please use buildTargetForSource(BuildSource, ConfigSpec).
 QueryResult BuildService.buildTargetsForSource(BuildSource source, ConfigSpec configSpec)
          

Supported API: false
 QueryResult BuildService.buildTargetsForSource(BuildSource[] sources, ConfigSpec configSpec)
          Deprecated.  
 void BuildRule.setBuildSource(BuildSource buildSource)
          Sets the object for the association that plays role: BUILD_SOURCE_ROLE.
 void BuildHistory.setBuiltBy(BuildSource builtBy)
          Sets the object for the association that plays role: BUILT_BY_ROLE.
static BuildHistory BuildHistory.newBuildHistory(BuildSource builtBy, BuildTarget built)
          Default factory for the class.
 ValidateSourceForBuildDelegate[] BuildDelegateFactory.getValidateSourceForBuildDelegates(BuildSource source)
          

Supported API: false
 SourceRequiresLocalBuildDelegate[] BuildDelegateFactory.getSourceRequiresLocalBuildDelegates(BuildSource source)
          

Supported API: false
 PareSourceDelegate[] BuildDelegateFactory.getPareSourceDelegates(BuildSource source)
          

Supported API: false
 Map BuildDelegateFactory.getValidateSourceForBuildDelegatesMap(BuildSource[] sources)
          

Supported API: false
 Map BuildDelegateFactory.getPareSourceDelegatesMap(BuildSource[] sources)
          

Supported API: false
 Map BuildDelegateFactory.getSourceRequiresLocalBuildDelegatesMap(BuildSource[] sources)
          

Supported API: false
 

Uses of BuildSource in wt.clients.prodmgmt
 

Fields in wt.clients.prodmgmt declared as BuildSource
private  BuildSource BuildSourceItem.buildSource
           
 

Methods in wt.clients.prodmgmt that return BuildSource
 BuildSource BuildSourceItem.getBuildSource()
          Gets the contained build source.
 

Methods in wt.clients.prodmgmt with parameters of type BuildSource
 void BuildSourceItem.setBuildSource(BuildSource buildSource)
          Set the BuildSource to contain.
 

Constructors in wt.clients.prodmgmt with parameters of type BuildSource
BuildSourceItem(BuildSource buildSource)
          Create an BuildSourceItem containing the specified BuildSource.
 

Uses of BuildSource in wt.clients.replication.unit
 

Fields in wt.clients.replication.unit declared as BuildSource
private  BuildSource BuildSourceItem.buildSource
           
 

Methods in wt.clients.replication.unit that return BuildSource
 BuildSource BuildSourceItem.getBuildSource()
          Gets the contained build source.
 

Methods in wt.clients.replication.unit with parameters of type BuildSource
 void BuildSourceItem.setBuildSource(BuildSource buildSource)
          Set the BuildSource to contain.
 

Constructors in wt.clients.replication.unit with parameters of type BuildSource
BuildSourceItem(BuildSource buildSource)
          Create an BuildSourceItem containing the specified BuildSource.
 

Uses of BuildSource in wt.epm
 

Classes in wt.epm that implement BuildSource
 class EPMDocument
           Use the newEPMDocument static factory method(s), not the EPMDocument constructor, to construct instances of this class.
 

Uses of BuildSource in wt.epm.build
 

Methods in wt.epm.build that return BuildSource
 BuildSource EPMBuildRule.getBuildSource()
          The getBuildSource method is required by the BuildRule interface.But, the code generator does not add it.
 

Methods in wt.epm.build with parameters of type BuildSource
 void EPMBuildRule.setBuildSource(BuildSource source)
          The setBuildSource method is required by the BuildRule interface.But, the code generator does not add it.
 

Uses of BuildSource in wt.epm.workspaces
 

Methods in wt.epm.workspaces with parameters of type BuildSource
private static QueryResult WorkspaceCheckinManager.processBuild(BuildSource[] buildSources, EPMWorkspace workspace)