public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_Aborted()
Key
Aborted: Build aborted. |
static org.jvnet.localizer.Localizable |
_BackToNormal()
Key
BackToNormal: Build is back to normal. |
static org.jvnet.localizer.Localizable |
_CredentialMissing(Object arg0)
Key
CredentialMissing: Unable to find credential with
ID "{0}". |
static org.jvnet.localizer.Localizable |
_DisplayName()
Key
DisplayName: HipChat Notifications. |
static org.jvnet.localizer.Localizable |
_Failure()
Key
Failure: Build failed. |
static org.jvnet.localizer.Localizable |
_HipChatSendStepDisplayName()
Key
HipChatSendStepDisplayName: Send HipChat Message. |
static org.jvnet.localizer.Localizable |
_InvalidResponseCode(Object arg0)
Key
InvalidResponseCode: Unexpected response code from
HipChat: {0}. |
static org.jvnet.localizer.Localizable |
_InvalidSendAs()
Key
InvalidSendAs: When using the v1 API the Send As
value MUST be configured and it MUST be less than 15 characters.. |
static org.jvnet.localizer.Localizable |
_IOException(Object arg0)
Key
IOException: Unexpected IO error occurred while
sending notification: {0}. |
static org.jvnet.localizer.Localizable |
_JobCompleted()
Key
JobCompleted: $JOB_NAME #$BUILD_NUMBER $STATUS
after $DURATION (<a href="$URL">Open</a>). |
static org.jvnet.localizer.Localizable |
_JobStarted()
Key
JobStarted: $JOB_NAME #$BUILD_NUMBER $STATUS
($CHANGES_OR_CAUSE) (<a href="$URL">Open</a>). |
static org.jvnet.localizer.Localizable |
_MatrixTriggerMode_Both()
Key
MatrixTriggerMode.Both: Trigger for parent and each
configuration. |
static org.jvnet.localizer.Localizable |
_MatrixTriggerMode_OnlyConfigurations()
Key
MatrixTriggerMode.OnlyConfigurations: Trigger for
each configuration. |
static org.jvnet.localizer.Localizable |
_MatrixTriggerMode_OnlyParent()
Key
MatrixTriggerMode.OnlyParent: Trigger only the
parent job. |
static org.jvnet.localizer.Localizable |
_MessageRequiredError()
Key
MessageRequiredError: {@code HipChat message not sent. |
static org.jvnet.localizer.Localizable |
_NoChanges()
Key
NoChanges: No changes. |
static org.jvnet.localizer.Localizable |
_NotBuilt()
Key
NotBuilt: Module not built. |
static org.jvnet.localizer.Localizable |
_NotificationFailed(Object arg0)
Key
NotificationFailed: [ERROR] HipChat notification
failed with error message: {0}. |
static org.jvnet.localizer.Localizable |
_NotificationSuccessful(Object arg0)
Key
NotificationSuccessful: [INFO] HipChat notification
sent to the following rooms: {0}. |
static org.jvnet.localizer.Localizable |
_Started()
Key
Started: Build started. |
static org.jvnet.localizer.Localizable |
_StartWithChanges(Object arg0,
Object arg1)
Key
StartWithChanges: Started by changes from {0} ({1}
file(s) changed). |
static org.jvnet.localizer.Localizable |
_Success()
Key
Success: Build successful. |
static org.jvnet.localizer.Localizable |
_TestNotification(Object arg0)
Key
TestNotification: Test Notification {0}. |
static org.jvnet.localizer.Localizable |
_TestNotificationFailed(Object arg0)
Key
TestNotificationFailed: Test Notification
Failed:
{0}. |
static org.jvnet.localizer.Localizable |
_TestNotificationSent()
Key
TestNotificationSent: Test Notification Sent. |
static org.jvnet.localizer.Localizable |
_Unstable()
Key
Unstable: Build is unstable. |
static String |
Aborted()
Key
Aborted: Build aborted. |
static String |
BackToNormal()
Key
BackToNormal: Build is back to normal. |
static String |
CredentialMissing(Object arg0)
Key
CredentialMissing: Unable to find credential with
ID "{0}". |
static String |
DisplayName()
Key
DisplayName: HipChat Notifications. |
static String |
Failure()
Key
Failure: Build failed. |
static String |
HipChatSendStepDisplayName()
Key
HipChatSendStepDisplayName: Send HipChat Message. |
static String |
InvalidResponseCode(Object arg0)
Key
InvalidResponseCode: Unexpected response code from
HipChat: {0}. |
static String |
InvalidSendAs()
Key
InvalidSendAs: When using the v1 API the Send As
value MUST be configured and it MUST be less than 15 characters.. |
static String |
IOException(Object arg0)
Key
IOException: Unexpected IO error occurred while
sending notification: {0}. |
static String |
JobCompleted()
Key
JobCompleted: $JOB_NAME #$BUILD_NUMBER $STATUS
after $DURATION (<a href="$URL">Open</a>). |
static String |
JobStarted()
Key
JobStarted: $JOB_NAME #$BUILD_NUMBER $STATUS
($CHANGES_OR_CAUSE) (<a href="$URL">Open</a>). |
static String |
MatrixTriggerMode_Both()
Key
MatrixTriggerMode.Both: Trigger for parent and each
configuration. |
static String |
MatrixTriggerMode_OnlyConfigurations()
Key
MatrixTriggerMode.OnlyConfigurations: Trigger for
each configuration. |
static String |
MatrixTriggerMode_OnlyParent()
Key
MatrixTriggerMode.OnlyParent: Trigger only the
parent job. |
static String |
MessageRequiredError()
Key
MessageRequiredError: {@code HipChat message not sent. |
static String |
NoChanges()
Key
NoChanges: No changes. |
static String |
NotBuilt()
Key
NotBuilt: Module not built. |
static String |
NotificationFailed(Object arg0)
Key
NotificationFailed: [ERROR] HipChat notification
failed with error message: {0}. |
static String |
NotificationSuccessful(Object arg0)
Key
NotificationSuccessful: [INFO] HipChat notification
sent to the following rooms: {0}. |
static String |
Started()
Key
Started: Build started. |
static String |
StartWithChanges(Object arg0,
Object arg1)
Key
StartWithChanges: Started by changes from {0} ({1}
file(s) changed). |
static String |
Success()
Key
Success: Build successful. |
static String |
TestNotification(Object arg0)
Key
TestNotification: Test Notification {0}. |
static String |
TestNotificationFailed(Object arg0)
Key
TestNotificationFailed: Test Notification
Failed:
{0}. |
static String |
TestNotificationSent()
Key
TestNotificationSent: Test Notification Sent. |
static String |
Unstable()
Key
Unstable: Build is unstable. |
public static String Failure()
Failure: Build failed.Build failedpublic static org.jvnet.localizer.Localizable _Failure()
Failure: Build failed.Build failedpublic static String NotificationSuccessful(Object arg0)
NotificationSuccessful: [INFO] HipChat notification
sent to the following rooms: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).[INFO] HipChat notification sent to the following rooms: {0}public static org.jvnet.localizer.Localizable _NotificationSuccessful(Object arg0)
NotificationSuccessful: [INFO] HipChat notification
sent to the following rooms: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).[INFO] HipChat notification sent to the following rooms: {0}public static String NotBuilt()
NotBuilt: Module not built.Module not builtpublic static org.jvnet.localizer.Localizable _NotBuilt()
NotBuilt: Module not built.Module not builtpublic static String MatrixTriggerMode_OnlyParent()
MatrixTriggerMode.OnlyParent: Trigger only the
parent job.Trigger only the parent jobpublic static org.jvnet.localizer.Localizable _MatrixTriggerMode_OnlyParent()
MatrixTriggerMode.OnlyParent: Trigger only the
parent job.Trigger only the parent jobpublic static String Aborted()
Aborted: Build aborted.Build abortedpublic static org.jvnet.localizer.Localizable _Aborted()
Aborted: Build aborted.Build abortedpublic static String Started()
Started: Build started.Build startedpublic static org.jvnet.localizer.Localizable _Started()
Started: Build started.Build startedpublic static String JobCompleted()
JobCompleted: $JOB_NAME #$BUILD_NUMBER $STATUS
after $DURATION (<a href="$URL">Open</a>).$JOB_NAME #$BUILD_NUMBER $STATUS after $DURATION (<a
href="$URL">Open</a>)public static org.jvnet.localizer.Localizable _JobCompleted()
JobCompleted: $JOB_NAME #$BUILD_NUMBER $STATUS
after $DURATION (<a href="$URL">Open</a>).$JOB_NAME #$BUILD_NUMBER $STATUS after $DURATION (<a
href="$URL">Open</a>)public static String JobStarted()
JobStarted: $JOB_NAME #$BUILD_NUMBER $STATUS
($CHANGES_OR_CAUSE) (<a href="$URL">Open</a>).$JOB_NAME #$BUILD_NUMBER $STATUS ($CHANGES_OR_CAUSE) (<a
href="$URL">Open</a>)public static org.jvnet.localizer.Localizable _JobStarted()
JobStarted: $JOB_NAME #$BUILD_NUMBER $STATUS
($CHANGES_OR_CAUSE) (<a href="$URL">Open</a>).$JOB_NAME #$BUILD_NUMBER $STATUS ($CHANGES_OR_CAUSE) (<a
href="$URL">Open</a>)public static String MatrixTriggerMode_OnlyConfigurations()
MatrixTriggerMode.OnlyConfigurations: Trigger for
each configuration.Trigger for each configurationpublic static org.jvnet.localizer.Localizable _MatrixTriggerMode_OnlyConfigurations()
MatrixTriggerMode.OnlyConfigurations: Trigger for
each configuration.Trigger for each configurationpublic static String InvalidResponseCode(Object arg0)
InvalidResponseCode: Unexpected response code from
HipChat: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unexpected response code from HipChat: {0}public static org.jvnet.localizer.Localizable _InvalidResponseCode(Object arg0)
InvalidResponseCode: Unexpected response code from
HipChat: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unexpected response code from HipChat: {0}public static String Unstable()
Unstable: Build is unstable.Build is unstablepublic static org.jvnet.localizer.Localizable _Unstable()
Unstable: Build is unstable.Build is unstablepublic static String MessageRequiredError()
MessageRequiredError: HipChat message not sent.
Message property must be supplied..HipChat message not sent. Message property must be supplied.public static org.jvnet.localizer.Localizable _MessageRequiredError()
MessageRequiredError: HipChat message not sent.
Message property must be supplied..HipChat message not sent. Message property must be supplied.public static String Success()
Success: Build successful.Build successfulpublic static org.jvnet.localizer.Localizable _Success()
Success: Build successful.Build successfulpublic static String TestNotification(Object arg0)
TestNotification: Test Notification {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Test Notification {0}public static org.jvnet.localizer.Localizable _TestNotification(Object arg0)
TestNotification: Test Notification {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Test Notification {0}public static String StartWithChanges(Object arg0, Object arg1)
StartWithChanges: Started by changes from {0} ({1}
file(s) changed).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Started by changes from {0} ({1} file(s) changed)public static org.jvnet.localizer.Localizable _StartWithChanges(Object arg0, Object arg1)
StartWithChanges: Started by changes from {0} ({1}
file(s) changed).arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).Started by changes from {0} ({1} file(s) changed)public static String MatrixTriggerMode_Both()
MatrixTriggerMode.Both: Trigger for parent and each
configuration.Trigger for parent and each configurationpublic static org.jvnet.localizer.Localizable _MatrixTriggerMode_Both()
MatrixTriggerMode.Both: Trigger for parent and each
configuration.Trigger for parent and each configurationpublic static String HipChatSendStepDisplayName()
HipChatSendStepDisplayName: Send HipChat Message.Send HipChat Messagepublic static org.jvnet.localizer.Localizable _HipChatSendStepDisplayName()
HipChatSendStepDisplayName: Send HipChat Message.Send HipChat Messagepublic static String IOException(Object arg0)
IOException: Unexpected IO error occurred while
sending notification: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unexpected IO error occurred while sending notification: {0}public static org.jvnet.localizer.Localizable _IOException(Object arg0)
IOException: Unexpected IO error occurred while
sending notification: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unexpected IO error occurred while sending notification: {0}public static String NotificationFailed(Object arg0)
NotificationFailed: [ERROR] HipChat notification
failed with error message: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).[ERROR] HipChat notification failed with error message: {0}public static org.jvnet.localizer.Localizable _NotificationFailed(Object arg0)
NotificationFailed: [ERROR] HipChat notification
failed with error message: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).[ERROR] HipChat notification failed with error message: {0}public static String InvalidSendAs()
InvalidSendAs: When using the v1 API the Send As
value MUST be configured and it MUST be less than 15 characters..When using the v1 API the Send As value MUST be configured and
it MUST be less than 15 characters.public static org.jvnet.localizer.Localizable _InvalidSendAs()
InvalidSendAs: When using the v1 API the Send As
value MUST be configured and it MUST be less than 15 characters..When using the v1 API the Send As value MUST be configured and
it MUST be less than 15 characters.public static String CredentialMissing(Object arg0)
CredentialMissing: Unable to find credential with
ID "{0}". Have you configured a valid 'Secret text' credential in the
config?.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unable to find credential with ID "{0}". Have you configured a
valid 'Secret text' credential in the config?public static org.jvnet.localizer.Localizable _CredentialMissing(Object arg0)
CredentialMissing: Unable to find credential with
ID "{0}". Have you configured a valid 'Secret text' credential in the
config?.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Unable to find credential with ID "{0}". Have you configured a
valid 'Secret text' credential in the config?public static String DisplayName()
DisplayName: HipChat Notifications.HipChat Notificationspublic static org.jvnet.localizer.Localizable _DisplayName()
DisplayName: HipChat Notifications.HipChat Notificationspublic static String TestNotificationSent()
TestNotificationSent: Test Notification Sent.Test Notification Sentpublic static org.jvnet.localizer.Localizable _TestNotificationSent()
TestNotificationSent: Test Notification Sent.Test Notification Sentpublic static String BackToNormal()
BackToNormal: Build is back to normal.Build is back to normalpublic static org.jvnet.localizer.Localizable _BackToNormal()
BackToNormal: Build is back to normal.Build is back to normalpublic static String TestNotificationFailed(Object arg0)
TestNotificationFailed: Test Notification
Failed:
{0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Test Notification Failed:
{0}public static org.jvnet.localizer.Localizable _TestNotificationFailed(Object arg0)
TestNotificationFailed: Test Notification
Failed:
{0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).Test Notification Failed:
{0}public static String NoChanges()
NoChanges: No changes.No changespublic static org.jvnet.localizer.Localizable _NoChanges()
NoChanges: No changes.No changesCopyright © 2016. All rights reserved.