Uses of Class
hudson.scm.IntegrityCMProject

Packages that use IntegrityCMProject
hudson.scm   
 

Uses of IntegrityCMProject in hudson.scm
 

Methods in hudson.scm that return IntegrityCMProject
 IntegrityCMProject IntegritySCM.getIntegrityProject()
          Returns the MKS Integrity Configuration Management Project
 IntegrityCMProject IntegrityRevisionState.getSIProject()
           
 

Methods in hudson.scm with parameters of type IntegrityCMProject
 void IntegrityCMProject.compareBaseline(IntegrityCMProject baselineProject)
          Compares this version of the project to a previous/new version to determine what are the updates and what was deleted
 

Constructors in hudson.scm with parameters of type IntegrityCMProject
IntegrityCheckoutTask(IntegritySCM scm, IntegrityCMProject siProject, boolean cleanCopy, hudson.model.BuildListener listener)
          Hudson supports building on distributed machines, and the SCM plugin must be able to be executed on other machines than the master.
IntegrityRevisionState(IntegrityCMProject siProject)
           
 



Copyright © 2004-2011 Hudson. All Rights Reserved.