|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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,
String viewtag,
File viewPath,
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)
Deprecated. |
CCUCMState.State |
CCUCMState.getState(String jobName,
Integer jobNumber)
Deprecated. Get a state given job name and job number |
CCUCMState.State |
CCUCMState.getStateByBaseline(String jobName,
String baseline)
Deprecated. |
Methods in net.praqma.hudson.scm that return types with arguments of type CCUCMState.State | |
---|---|
List<CCUCMState.State> |
CCUCMState.getStates(String jobName)
Deprecated. |
Methods in net.praqma.hudson.scm with parameters of type CCUCMState.State | |
---|---|
void |
CCUCMState.addState(CCUCMState.State state)
Deprecated. |
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)
Deprecated. |
boolean |
CCUCMState.stateExists(CCUCMState.State state)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |