public abstract class AbstractChangesSinceContent
extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
Modifier and Type | Field and Description |
---|---|
String |
changesFormat |
String |
format |
String |
pathFormat |
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 <P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>> |
getFirstIncludedBuild(hudson.model.AbstractBuild<P,B> build) |
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 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 <P extends hudson.model.AbstractProject<P,B>,B extends hudson.model.AbstractBuild<P,B>> hudson.model.AbstractBuild<P,B> getFirstIncludedBuild(hudson.model.AbstractBuild<P,B> build)
Copyright © 2004-2013. All Rights Reserved.