public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_NotificationFailed()
Key
NotificationFailed: {@code RocketChat notification failed. |
static org.jvnet.localizer.Localizable |
_NotificationFailedWithException(Object arg0)
Key
NotificationFailedWithException: RocketChat
notification failed with exception: {0}. |
static org.jvnet.localizer.Localizable |
_RocketSendStepConfig(Object arg0,
Object arg1)
Key
RocketSendStepConfig: RocketChat Send Pipeline step
configured with channel: {0} and message: {1}. |
static org.jvnet.localizer.Localizable |
_RocketSendStepDisplayName()
Key
RocketSendStepDisplayName: Send RocketChat
Message. |
static String |
NotificationFailed()
Key
NotificationFailed: {@code RocketChat notification failed. |
static String |
NotificationFailedWithException(Object arg0)
Key
NotificationFailedWithException: RocketChat
notification failed with exception: {0}. |
static String |
RocketSendStepConfig(Object arg0,
Object arg1)
Key
RocketSendStepConfig: RocketChat Send Pipeline step
configured with channel: {0} and message: {1}. |
static String |
RocketSendStepDisplayName()
Key
RocketSendStepDisplayName: Send RocketChat
Message. |
public static String RocketSendStepDisplayName()
RocketSendStepDisplayName: Send RocketChat
Message.Send RocketChat Messagepublic static org.jvnet.localizer.Localizable _RocketSendStepDisplayName()
RocketSendStepDisplayName: Send RocketChat
Message.Send RocketChat Messagepublic static String NotificationFailedWithException(Object arg0)
NotificationFailedWithException: RocketChat
notification failed with exception: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).RocketChat notification failed with exception: {0}public static org.jvnet.localizer.Localizable _NotificationFailedWithException(Object arg0)
NotificationFailedWithException: RocketChat
notification failed with exception: {0}.arg0 - 1st format parameter, {0}, as String.valueOf(Object).RocketChat notification failed with exception: {0}public static String RocketSendStepConfig(Object arg0, Object arg1)
RocketSendStepConfig: RocketChat Send Pipeline step
configured with channel: {0} and message: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).RocketChat Send Pipeline step configured with channel: {0} and
message: {1}public static org.jvnet.localizer.Localizable _RocketSendStepConfig(Object arg0, Object arg1)
RocketSendStepConfig: RocketChat Send Pipeline step
configured with channel: {0} and message: {1}.arg1 - 2nd format parameter, {1}, as String.valueOf(Object).arg0 - 1st format parameter, {0}, as String.valueOf(Object).RocketChat Send Pipeline step configured with channel: {0} and
message: {1}public static String NotificationFailed()
NotificationFailed: RocketChat notification failed.
See Jenkins logs for details..RocketChat notification failed. See Jenkins logs for details.public static org.jvnet.localizer.Localizable _NotificationFailed()
NotificationFailed: RocketChat notification failed.
See Jenkins logs for details..RocketChat notification failed. See Jenkins logs for details.Copyright © 2016. All rights reserved.