Uses of Class
net.praqma.hudson.scm.CCUCMState.State

Packages that use CCUCMState.State
net.praqma.hudson.nametemplates   
net.praqma.hudson.remoting   
net.praqma.hudson.scm   
 

Uses of CCUCMState.State in net.praqma.hudson.nametemplates
 

Methods in net.praqma.hudson.nametemplates with parameters of type CCUCMState.State
 String FileTemplate.parse(CCUCMState.State state, String filename)
           
 String StreamTemplate.parse(CCUCMState.State state, String args)
           
 String BaselineTemplate.parse(CCUCMState.State state, String args)
           
 String ProjectTemplate.parse(CCUCMState.State state, String args)
           
abstract  String Template.parse(CCUCMState.State state, String args)
           
 String TimeTemplate.parse(CCUCMState.State state, String args)
           
 String ClearCaseVersionNumberTemplate.parse(CCUCMState.State state, String args)
           
 String NumberTemplate.parse(CCUCMState.State state, String args)
           
 String VersionNumberTemplate.parse(CCUCMState.State state, String args)
           
 String DateTemplate.parse(CCUCMState.State state, String args)
           
 String ComponentTemplate.parse(CCUCMState.State state, String args)
           
 String UserTemplate.parse(CCUCMState.State state, String args)
           
 String EnvTemplate.parse(CCUCMState.State state, String args)
           
static String NameTemplate.parseTemplate(String template, CCUCMState.State state)
           
static void NameTemplate.validateTemplates(CCUCMState.State state)
           
 

Uses of CCUCMState.State in net.praqma.hudson.remoting
 

Methods in net.praqma.hudson.remoting with parameters of type CCUCMState.State
 void RemoteUtil.completeRemoteDeliver(hudson.FilePath workspace, hudson.model.BuildListener listener, CCUCMState.State state, boolean complete)
           
 

Uses of CCUCMState.State in net.praqma.hudson.scm
 

Methods in net.praqma.hudson.scm that return CCUCMState.State
 CCUCMState.State CCUCMState.create(String jobName, Integer jobNumber)
           
 CCUCMState.State CCUCMState.getState(String jobName, Integer jobNumber)
          Get a state given job name and job number
 CCUCMState.State CCUCMState.getStateByBaseline(String jobName, String baseline)
           
 

Methods in net.praqma.hudson.scm that return types with arguments of type CCUCMState.State
 List<CCUCMState.State> CCUCMState.getStates(String jobName)
           
 

Methods in net.praqma.hudson.scm with parameters of type CCUCMState.State
 void CCUCMState.addState(CCUCMState.State state)
           
 boolean CCUCMScm.beginDeliver(hudson.model.AbstractBuild<?,?> build, CCUCMState.State state, hudson.model.BuildListener listener, File changelogFile)
           
 boolean CCUCMScm.doBaseline(hudson.model.AbstractBuild<?,?> build, String baselineInput, CCUCMState.State state, hudson.model.BuildListener listener)
           
 boolean CCUCMState.removeState(CCUCMState.State state)
           
 boolean CCUCMState.stateExists(CCUCMState.State state)
           
 



Copyright © 2004-2012. All Rights Reserved.