JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
A
B
D
E
F
G
H
L
M
O
P
R
T
V
A
acceptsMacroName(String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
BuildNumberMacro
acceptsMacroName(String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
BuildUrlMacro
acceptsMacroName(String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
EnvironmentVariableMacro
acceptsMacroName(String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
LogRegExMacro
acceptsMacroName(String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
PropertyFromFileMacro
acceptsMacroName(String)
- Method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
Returns true if this object can evaluate the macro of the given name.
all()
- Static method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
All registered extension points.
B
BuildNumberMacro
- Class in
org.jenkinsci.plugins.tokenmacro.impl
BuildNumberMacro()
- Constructor for class org.jenkinsci.plugins.tokenmacro.impl.
BuildNumberMacro
BuildUrlMacro
- Class in
org.jenkinsci.plugins.tokenmacro.impl
BuildUrlMacro()
- Constructor for class org.jenkinsci.plugins.tokenmacro.impl.
BuildUrlMacro
D
DataBoundTokenMacro
- Class in
org.jenkinsci.plugins.tokenmacro
Convenient base class for implementing
TokenMacro
that does parameter databinding to fields.
DataBoundTokenMacro()
- Constructor for class org.jenkinsci.plugins.tokenmacro.
DataBoundTokenMacro
DataBoundTokenMacro.Parameter
- Annotation Type in
org.jenkinsci.plugins.tokenmacro
E
EnvironmentVariableMacro
- Class in
org.jenkinsci.plugins.tokenmacro.impl
Token that expands variables from the build environment.
EnvironmentVariableMacro()
- Constructor for class org.jenkinsci.plugins.tokenmacro.impl.
EnvironmentVariableMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String, Map<String, String>, ListMultimap<String, String>)
- Method in class org.jenkinsci.plugins.tokenmacro.
DataBoundTokenMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String)
- Method in class org.jenkinsci.plugins.tokenmacro.
DataBoundTokenMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String, Map<String, String>, ListMultimap<String, String>)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
BuildNumberMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String, Map<String, String>, ListMultimap<String, String>)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
BuildUrlMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
EnvironmentVariableMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
LogRegExMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
PropertyFromFileMacro
evaluate(AbstractBuild<?, ?>, TaskListener, String, Map<String, String>, ListMultimap<String, String>)
- Method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
Evaluates the macro and produces the token.
expand(AbstractBuild<?, ?>, TaskListener, String)
- Static method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
Expands all the macros, and throws an exception if there's any problem found.
expand(AbstractBuild<?, ?>, TaskListener, String, boolean, List<TokenMacro>)
- Static method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
expandAll(AbstractBuild<?, ?>, TaskListener, String)
- Static method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
Expands everything that needs to be expanded.
expandAll(AbstractBuild<?, ?>, TaskListener, String, boolean, List<TokenMacro>)
- Static method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
F
file
- Variable in class org.jenkinsci.plugins.tokenmacro.impl.
PropertyFromFileMacro
G
getAllTokenMacros()
- Method in class org.jenkinsci.plugins.tokenmacro.
PluginImpl
H
hasNestedContent()
- Method in class org.jenkinsci.plugins.tokenmacro.
DataBoundTokenMacro
hasNestedContent()
- Method in class org.jenkinsci.plugins.tokenmacro.
TokenMacro
Returns true if this object allows for nested content replacements.
L
LogRegExMacro
- Class in
org.jenkinsci.plugins.tokenmacro.impl
Uses a regular expression to find a single log entry and generates a new output using the capture groups from it.
LogRegExMacro()
- Constructor for class org.jenkinsci.plugins.tokenmacro.impl.
LogRegExMacro
M
MacroEvaluationException
- Exception in
org.jenkinsci.plugins.tokenmacro
Signals that the evaluation of the macro has failed, and the error should be presented to users without a stack trace.
MacroEvaluationException(String)
- Constructor for exception org.jenkinsci.plugins.tokenmacro.
MacroEvaluationException
O
org.jenkinsci.plugins.tokenmacro
- package org.jenkinsci.plugins.tokenmacro
org.jenkinsci.plugins.tokenmacro.impl
- package org.jenkinsci.plugins.tokenmacro.impl
P
PluginImpl
- Class in
org.jenkinsci.plugins.tokenmacro
PluginImpl()
- Constructor for class org.jenkinsci.plugins.tokenmacro.
PluginImpl
property
- Variable in class org.jenkinsci.plugins.tokenmacro.impl.
PropertyFromFileMacro
PropertyFromFileMacro
- Class in
org.jenkinsci.plugins.tokenmacro.impl
Expands to a property from a property file relative to the workspace root.
PropertyFromFileMacro()
- Constructor for class org.jenkinsci.plugins.tokenmacro.impl.
PropertyFromFileMacro
R
readLogFile(File)
- Method in class org.jenkinsci.plugins.tokenmacro.impl.
LogRegExMacro
regex
- Variable in class org.jenkinsci.plugins.tokenmacro.impl.
LogRegExMacro
replacement
- Variable in class org.jenkinsci.plugins.tokenmacro.impl.
LogRegExMacro
T
TokenMacro
- Class in
org.jenkinsci.plugins.tokenmacro
A macro that expands to text values in the context of a
AbstractBuild
.
TokenMacro()
- Constructor for class org.jenkinsci.plugins.tokenmacro.
TokenMacro
V
var
- Variable in class org.jenkinsci.plugins.tokenmacro.impl.
EnvironmentVariableMacro
A
B
D
E
F
G
H
L
M
O
P
R
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2004-2013. All Rights Reserved.