Class ChangesSinceLastSuccessfulBuildMacro
java.lang.Object
org.jenkinsci.plugins.tokenmacro.TokenMacro
org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
org.jenkinsci.plugins.tokenmacro.impl.AbstractChangesSinceMacro
org.jenkinsci.plugins.tokenmacro.impl.ChangesSinceLastSuccessfulBuildMacro
- All Implemented Interfaces:
ExtensionPoint
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
DataBoundTokenMacro.Parameter
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Field Summary
FieldsFields inherited from class org.jenkinsci.plugins.tokenmacro.impl.AbstractChangesSinceMacro
changesFormat, dateFormat, def, format, pathFormat, regex, replace, reverse, showDependencies, showPaths
Fields inherited from class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
escapeHtml
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
acceptsMacroName
(String macroName) Returns true if this object can evaluate the macro of the given name.Run<?,
?> getFirstIncludedRun
(Run<?, ?> build, TaskListener listener) Methods inherited from class org.jenkinsci.plugins.tokenmacro.impl.AbstractChangesSinceMacro
evaluate, evaluate
Methods inherited from class org.jenkinsci.plugins.tokenmacro.DataBoundTokenMacro
evaluate, evaluate, handlesHtmlEscapeInternally, hasNestedContent
Methods inherited from class org.jenkinsci.plugins.tokenmacro.TokenMacro
all, expand, expand, expand, expand, expandAll, expandAll, expandAll, expandAll, getAutoCompleteList, getPreviousRun, getWorkspace
-
Field Details
-
MACRO_NAME
- See Also:
-
-
Constructor Details
-
ChangesSinceLastSuccessfulBuildMacro
public ChangesSinceLastSuccessfulBuildMacro()
-
-
Method Details
-
acceptsMacroName
Description copied from class:TokenMacro
Returns true if this object can evaluate the macro of the given name.- Specified by:
acceptsMacroName
in classTokenMacro
- Parameters:
macroName
- By convention we encourage all caps name.- Returns:
- true
... to claim the macro of the given name and have
TokenMacro.evaluate(AbstractBuild, TaskListener, String, Map, ListMultimap)
called.
-
getAcceptedMacroNames
- Overrides:
getAcceptedMacroNames
in classTokenMacro
-
getDefaultFormatValue
- Specified by:
getDefaultFormatValue
in classAbstractChangesSinceMacro
-
getShortHelpDescription
- Specified by:
getShortHelpDescription
in classAbstractChangesSinceMacro
-
getFirstIncludedRun
- Specified by:
getFirstIncludedRun
in classAbstractChangesSinceMacro
-