public class JIRAVersionEditor extends AbstractJIRAAction
| Modifier and Type | Class and Description |
|---|---|
static class |
JIRAVersionEditor.DescriptorImpl
Descriptor class.
|
| Constructor and Description |
|---|
JIRAVersionEditor(String jiraCredentialsID,
List<ModifyAddVersionTemplate> versionModifiactions)
Constructor, called by Jenkins.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModifyAddVersionTemplate> |
getVersionModifiactions() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getJiraCredentials, getJiraCredentialsID, getProjectAction, getRequiredMonitorService, getVariablesSubstitutor@DataBoundConstructor public JIRAVersionEditor(String jiraCredentialsID, List<ModifyAddVersionTemplate> versionModifiactions)
jiraCredentialsID - the jira credentials.versionModifiactions - the modification to apply.public List<ModifyAddVersionTemplate> getVersionModifiactions()
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws InterruptedException,
IOException
perform in interface hudson.tasks.BuildStepperform in class hudson.tasks.BuildStepCompatibilityLayerInterruptedExceptionIOExceptionCopyright © 2004-2018. All Rights Reserved.