public abstract class AbstractChangesSinceMacro extends DataBoundTokenMacro
DataBoundTokenMacro.Parameter
Modifier and Type | Field and Description |
---|---|
String |
changesFormat |
String |
dateFormat |
String |
def |
String |
format |
String |
pathFormat |
String |
regex |
String |
replace |
boolean |
reverse |
boolean |
showDependencies |
boolean |
showPaths |
Constructor and Description |
---|
AbstractChangesSinceMacro() |
Modifier and Type | Method and Description |
---|---|
String |
evaluate(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String macroName) |
String |
evaluate(hudson.model.Run<?,?> run,
hudson.FilePath workspace,
hudson.model.TaskListener listener,
String macroName) |
abstract String |
getDefaultFormatValue() |
abstract hudson.model.Run<?,?> |
getFirstIncludedRun(hudson.model.Run<?,?> build,
hudson.model.TaskListener listener) |
abstract String |
getShortHelpDescription() |
boolean |
hasNestedContent()
Returns true if this object allows for nested content replacements.
|
evaluate, evaluate
acceptsMacroName, all, expand, expand, expand, expand, expandAll, expandAll, expandAll, expandAll, getAcceptedMacroNames, getAutoCompleteList, getPreviousRun, getWorkspace
public boolean reverse
public String format
public boolean showPaths
public String changesFormat
public String pathFormat
public boolean showDependencies
public String dateFormat
public String regex
public String replace
public String def
public String evaluate(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener, String macroName) throws MacroEvaluationException, IOException, InterruptedException
evaluate
in class DataBoundTokenMacro
MacroEvaluationException
IOException
InterruptedException
public String evaluate(hudson.model.Run<?,?> run, hudson.FilePath workspace, hudson.model.TaskListener listener, String macroName) throws MacroEvaluationException, IOException, InterruptedException
evaluate
in class DataBoundTokenMacro
MacroEvaluationException
IOException
InterruptedException
public boolean hasNestedContent()
TokenMacro
hasNestedContent
in class DataBoundTokenMacro
TokenMacro.expand(AbstractBuild, TaskListener, String)
for additional expansion.public abstract String getDefaultFormatValue()
public abstract String getShortHelpDescription()
public abstract hudson.model.Run<?,?> getFirstIncludedRun(hudson.model.Run<?,?> build, hudson.model.TaskListener listener)
Copyright © 2016–2018. All rights reserved.