public abstract class AbstractChangesSinceMacro extends DataBoundTokenMacro
DataBoundTokenMacro.Parameter
ExtensionPoint.LegacyInstancesAreScopedToHudson
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 |
escapeHtml
Constructor and Description |
---|
AbstractChangesSinceMacro() |
Modifier and Type | Method and Description |
---|---|
String |
evaluate(AbstractBuild<?,?> build,
TaskListener listener,
String macroName) |
String |
evaluate(Run<?,?> run,
FilePath workspace,
TaskListener listener,
String macroName) |
abstract String |
getDefaultFormatValue() |
abstract Run<?,?> |
getFirstIncludedRun(Run<?,?> build,
TaskListener listener) |
abstract String |
getShortHelpDescription() |
evaluate, evaluate, handlesHtmlEscapeInternally, hasNestedContent
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(AbstractBuild<?,?> build, TaskListener listener, String macroName) throws MacroEvaluationException, IOException, InterruptedException
evaluate
in class DataBoundTokenMacro
MacroEvaluationException
IOException
InterruptedException
public String evaluate(Run<?,?> run, FilePath workspace, TaskListener listener, String macroName) throws MacroEvaluationException, IOException, InterruptedException
evaluate
in class DataBoundTokenMacro
MacroEvaluationException
IOException
InterruptedException
public abstract String getDefaultFormatValue()
public abstract String getShortHelpDescription()
public abstract Run<?,?> getFirstIncludedRun(Run<?,?> build, TaskListener listener)
Copyright © 2016–2022. All rights reserved.