public abstract class AbstractChangesSinceContent
extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
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 |
---|
AbstractChangesSinceContent() |
Modifier and Type | Method and Description |
---|---|
String |
evaluate(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String macroName) |
abstract String |
getDefaultFormatValue() |
abstract hudson.model.AbstractBuild<?,?> |
getFirstIncludedBuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener) |
abstract String |
getShortHelpDescription() |
boolean |
hasNestedContent() |
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 org.jenkinsci.plugins.tokenmacro.MacroEvaluationException, IOException, InterruptedException
evaluate
in class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
org.jenkinsci.plugins.tokenmacro.MacroEvaluationException
IOException
InterruptedException
public boolean hasNestedContent()
hasNestedContent
in class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
public abstract String getDefaultFormatValue()
public abstract String getShortHelpDescription()
public abstract hudson.model.AbstractBuild<?,?> getFirstIncludedBuild(hudson.model.AbstractBuild<?,?> build, hudson.model.TaskListener listener)
Copyright © 2004-2015. All Rights Reserved.