public class JIRATicketEditor extends AbstractJIRAAction
| Modifier and Type | Class and Description |
|---|---|
static class |
JIRATicketEditor.DescriptorImpl
The descriptor class.
|
| Constructor and Description |
|---|
JIRATicketEditor(String jiraCredentialsID,
List<AddTicketTemplate> newTicketsTemplates,
List<ModifyTicketsTemplate> modifyTicketsTemplates)
Databound constructor, called by Jenkins.
|
| Modifier and Type | Method and Description |
|---|---|
List<ModifyTicketsTemplate> |
getModifyTicketsTemplates() |
List<AddTicketTemplate> |
getNewTicketsTemplates() |
boolean |
perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
getJiraCredentials, getJiraCredentialsID, getProjectAction, getRequiredMonitorService, getVariablesSubstitutor@DataBoundConstructor public JIRATicketEditor(String jiraCredentialsID, List<AddTicketTemplate> newTicketsTemplates, List<ModifyTicketsTemplate> modifyTicketsTemplates)
jiraCredentialsID - the jria credentialsnewTicketsTemplates - the templates for new ticketsmodifyTicketsTemplates - the templates for modifications.public List<AddTicketTemplate> getNewTicketsTemplates()
public List<ModifyTicketsTemplate> getModifyTicketsTemplates()
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.