@EmailToken public class ChangesSinceLastBuildContent extends org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
Modifier and Type | Class and Description |
---|---|
class |
ChangesSinceLastBuildContent.ChangesSincePrintfSpec |
Modifier and Type | Field and Description |
---|---|
String |
format |
static String |
FORMAT_DEFAULT_VALUE |
static String |
FORMAT_DEFAULT_VALUE_WITH_PATHS |
static String |
MACRO_NAME |
static String |
PATH_FORMAT_DEFAULT_VALUE |
String |
pathFormat |
boolean |
showDependencies |
boolean |
showPaths |
Constructor and Description |
---|
ChangesSinceLastBuildContent() |
ChangesSinceLastBuildContent(String format,
String pathFormat,
boolean showPaths) |
Modifier and Type | Method and Description |
---|---|
boolean |
acceptsMacroName(String macroName) |
String |
evaluate(hudson.model.AbstractBuild<?,?> build,
hudson.model.TaskListener listener,
String macroName) |
boolean |
hasNestedContent() |
public static final String FORMAT_DEFAULT_VALUE
public static final String PATH_FORMAT_DEFAULT_VALUE
public static final String FORMAT_DEFAULT_VALUE_WITH_PATHS
public static final String MACRO_NAME
public boolean showPaths
public String format
public String pathFormat
public boolean showDependencies
public boolean acceptsMacroName(String macroName)
acceptsMacroName
in class org.jenkinsci.plugins.tokenmacro.TokenMacro
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
Copyright © 2004-2013. All Rights Reserved.