public class PerformTransitionModification extends TicketModification
| Modifier and Type | Class and Description |
|---|---|
static class |
PerformTransitionModification.DescribtorImpl
Descriptor class.
|
| Constructor and Description |
|---|
PerformTransitionModification(String transitionName,
String comment)
Databound constructor, called by Jenkins.
|
| Modifier and Type | Method and Description |
|---|---|
void |
apply(String ticketKey,
JIRAAccessTool jira,
org.apache.commons.lang.text.StrSubstitutor varReplacer,
PrintStream logger)
Called when a ticket should be updated.
|
String |
getComment() |
String |
getTransitionName() |
public String getTransitionName()
public String getComment()
public void apply(String ticketKey, JIRAAccessTool jira, org.apache.commons.lang.text.StrSubstitutor varReplacer, PrintStream logger)
TicketModificationapply in class TicketModificationticketKey - the key of the ticket to updatejira - the jira access tool which may be used to perform the updatevarReplacer - the variable replacer for parameterslogger - the logger of the build processCopyright © 2004-2018. All Rights Reserved.