com.tikal.jenkins.plugins.multijob
Class PhaseJobsConfig
java.lang.Object
com.tikal.jenkins.plugins.multijob.PhaseJobsConfig
- All Implemented Interfaces:
- hudson.model.Describable<PhaseJobsConfig>
public class PhaseJobsConfig
- extends Object
- implements hudson.model.Describable<PhaseJobsConfig>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PhaseJobsConfig
@DataBoundConstructor
public PhaseJobsConfig(String jobName,
String jobProperties,
boolean currParams,
List<AbstractBuildParameters> configs)
isExposedSCM
public boolean isExposedSCM()
setExposedSCM
public void setExposedSCM(boolean exposedSCM)
isCurrParams
public boolean isCurrParams()
setCurrParams
public void setCurrParams(boolean currParams)
getJobProperties
public String getJobProperties()
setJobProperties
public void setJobProperties(String jobProperties)
getJobName
public String getJobName()
setJobName
public void setJobName(String jobName)
getDescriptor
public hudson.model.Descriptor<PhaseJobsConfig> getDescriptor()
- Specified by:
getDescriptor
in interface hudson.model.Describable<PhaseJobsConfig>
getDisplayName
public String getDisplayName()
getConfigs
public List<AbstractBuildParameters> getConfigs()
getJobParameters
public List<hudson.model.ParameterValue> getJobParameters(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener)
getActions
public List<hudson.model.Action> getActions(hudson.model.AbstractBuild build,
hudson.model.TaskListener listener,
hudson.model.AbstractProject project)
throws IOException,
InterruptedException
- Throws:
IOException
InterruptedException
hasProperties
public boolean hasProperties()
Copyright © 2004-2012. All Rights Reserved.