Uses of Class
wt.build.BuildHistory

Packages that use BuildHistory
com.ptc.windchill.esi.esidoc   
wt.build   
wt.epm.build   
 

Uses of BuildHistory in com.ptc.windchill.esi.esidoc
 

Methods in com.ptc.windchill.esi.esidoc with parameters of type BuildHistory
private  void PartDocInfo.initialize(BuildHistory partDocAssoc)
           
 

Uses of BuildHistory in wt.build
 

Methods in wt.build that return BuildHistory
 BuildHistory BuildRuleBuildHistoryDelegate.getBuildHistory(BuildRule rule)
          

Supported API: false
 BuildHistory BuildHistoryDelegate.getBuildHistory(BuildRule rule)
          

Supported API: false
static BuildHistory BuildHistory.newBuildHistory(BuildSource builtBy, BuildTarget built)
          Default factory for the class.
 

Methods in wt.build with parameters of type BuildHistory
protected  boolean BuildHistory.readVersion(BuildHistory thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 

Uses of BuildHistory in wt.epm.build
 

Subclasses of BuildHistory in wt.epm.build
 class EPMBuildHistory
           Use the newEPMBuildHistory static factory method(s), not the EPMBuildHistory constructor, to construct instances of this class.
 

Methods in wt.epm.build that return BuildHistory
 BuildHistory EPMBuildHistoryDelegate.getBuildHistory(BuildRule rule)
          

Supported API: false