public abstract class TicketModification extends hudson.model.AbstractDescribableImpl<TicketModification>
| Constructor and Description |
|---|
TicketModification() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
apply(String ticketKey,
JIRAAccessTool jira,
org.apache.commons.lang.text.StrSubstitutor varReplacer,
PrintStream logger)
Called when a ticket should be updated.
|
public abstract void apply(String ticketKey, JIRAAccessTool jira, org.apache.commons.lang.text.StrSubstitutor varReplacer, PrintStream logger)
ticketKey - 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.