public class PredefinedBuildParameters extends AbstractBuildParameters
Modifier and Type | Class and Description |
---|---|
static class |
PredefinedBuildParameters.DescriptorImpl |
AbstractBuildParameters.DontTriggerException
Constructor and Description |
---|
PredefinedBuildParameters(String jobProperties) |
Modifier and Type | Method and Description |
---|---|
hudson.model.Action |
getAction(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
hudson.model.AbstractProject project) |
String |
getJobProperties() |
void |
setJobProperties(String jobProperties) |
@DataBoundConstructor public PredefinedBuildParameters(String jobProperties)
public hudson.model.Action getAction(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, hudson.model.AbstractProject project) throws IOException, InterruptedException
getAction
in class AbstractBuildParameters
IOException
InterruptedException
public String getJobProperties()
public void setJobProperties(String jobProperties)
Copyright © 2016–2020. All rights reserved.