public class Transition extends JiraOperationExtension
| Modifier and Type | Class and Description |
|---|---|
static class |
Transition.DescriptorImpl |
| Modifier and Type | Field and Description |
|---|---|
String |
transitionName |
| Constructor and Description |
|---|
Transition(String transitionName) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
void |
perform(List<JiraCommit> jiraCommitList,
hudson.model.AbstractBuild build,
hudson.Launcher launcher,
hudson.model.BuildListener listener) |
void |
setJiraClientSvc(JiraClientSvc jiraClientSvc) |
String |
toString() |
getDescriptorpublic String transitionName
@DataBoundConstructor public Transition(String transitionName)
@Inject public void setJiraClientSvc(JiraClientSvc jiraClientSvc)
public void perform(List<JiraCommit> jiraCommitList, hudson.model.AbstractBuild build, hudson.Launcher launcher, hudson.model.BuildListener listener)
perform in class JiraOperationExtensionCopyright © 2004-2016. All Rights Reserved.