public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_Aborted_Description()
Key
Aborted.Description : Run when the build status is
"Aborted" . |
static org.jvnet.localizer.Localizable |
_Always_Description()
Key
Always.Description : Always run, regardless of build
status . |
static org.jvnet.localizer.Localizable |
_Changed_Description()
Key
Changed.Description : Run if the current build's
status is different than the previous build's status . |
static org.jvnet.localizer.Localizable |
_Failure_Description()
Key
Failure.Description : Run if the build status is
"Failure" . |
static org.jvnet.localizer.Localizable |
_Success_Description()
Key
Success.Description : Run if the build status is
"Success" or hasn't been set yet . |
static org.jvnet.localizer.Localizable |
_Unstable_Description()
Key
Unstable.Description : Run if the build status is
"Unstable" . |
static String |
Aborted_Description()
Key
Aborted.Description : Run when the build status is
"Aborted" . |
static String |
Always_Description()
Key
Always.Description : Always run, regardless of build
status . |
static String |
Changed_Description()
Key
Changed.Description : Run if the current build's
status is different than the previous build's status . |
static String |
Failure_Description()
Key
Failure.Description : Run if the build status is
"Failure" . |
static String |
Success_Description()
Key
Success.Description : Run if the build status is
"Success" or hasn't been set yet . |
static String |
Unstable_Description()
Key
Unstable.Description : Run if the build status is
"Unstable" . |
public static String Unstable_Description()
Unstable.Description
: Run if the build status is
"Unstable"
.Run if the build status is "Unstable"
public static org.jvnet.localizer.Localizable _Unstable_Description()
Unstable.Description
: Run if the build status is
"Unstable"
.Run if the build status is "Unstable"
public static String Success_Description()
Success.Description
: Run if the build status is
"Success" or hasn't been set yet
.Run if the build status is "Success" or hasn't been set yet
public static org.jvnet.localizer.Localizable _Success_Description()
Success.Description
: Run if the build status is
"Success" or hasn't been set yet
.Run if the build status is "Success" or hasn't been set yet
public static String Failure_Description()
Failure.Description
: Run if the build status is
"Failure"
.Run if the build status is "Failure"
public static org.jvnet.localizer.Localizable _Failure_Description()
Failure.Description
: Run if the build status is
"Failure"
.Run if the build status is "Failure"
public static String Changed_Description()
Changed.Description
: Run if the current build's
status is different than the previous build's status
.Run if the current build's status is different than the
previous build's status
public static org.jvnet.localizer.Localizable _Changed_Description()
Changed.Description
: Run if the current build's
status is different than the previous build's status
.Run if the current build's status is different than the
previous build's status
public static String Always_Description()
Always.Description
: Always run, regardless of build
status
.Always run, regardless of build status
public static org.jvnet.localizer.Localizable _Always_Description()
Always.Description
: Always run, regardless of build
status
.Always run, regardless of build status
public static String Aborted_Description()
Aborted.Description
: Run when the build status is
"Aborted"
.Run when the build status is "Aborted"
public static org.jvnet.localizer.Localizable _Aborted_Description()
Aborted.Description
: Run when the build status is
"Aborted"
.Run when the build status is "Aborted"
Copyright © 2016–2017. All rights reserved.