@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_NotificationFailed()
Key
NotificationFailed : {@code SmileHub notification failed. |
static org.jvnet.localizer.Localizable |
_NotificationFailedWithException(Object arg0)
Key
NotificationFailedWithException : SmileHub
notification failed with exception: {0} . |
static org.jvnet.localizer.Localizable |
_RocketSendStepConfig(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
RocketSendStepConfig : SmileHub Send Pipeline step
configured with message: {3} . |
static org.jvnet.localizer.Localizable |
_RocketSendStepDisplayName()
Key
RocketSendStepDisplayName : Send SmileHub Message . |
static String |
NotificationFailed()
Key
NotificationFailed : {@code SmileHub notification failed. |
static String |
NotificationFailedWithException(Object arg0)
Key
NotificationFailedWithException : SmileHub
notification failed with exception: {0} . |
static String |
RocketSendStepConfig(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
RocketSendStepConfig : SmileHub Send Pipeline step
configured with message: {3} . |
static String |
RocketSendStepDisplayName()
Key
RocketSendStepDisplayName : Send SmileHub Message . |
public static String RocketSendStepDisplayName()
RocketSendStepDisplayName
: Send SmileHub Message
.Send SmileHub Message
public static org.jvnet.localizer.Localizable _RocketSendStepDisplayName()
RocketSendStepDisplayName
: Send SmileHub Message
.Send SmileHub Message
public static String NotificationFailedWithException(Object arg0)
NotificationFailedWithException
: SmileHub
notification failed with exception: {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.SmileHub notification failed with exception: {0}
public static org.jvnet.localizer.Localizable _NotificationFailedWithException(Object arg0)
NotificationFailedWithException
: SmileHub
notification failed with exception: {0}
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.SmileHub notification failed with exception: {0}
public static String RocketSendStepConfig(Object arg0, Object arg1, Object arg2, Object arg3)
RocketSendStepConfig
: SmileHub Send Pipeline step
configured with message: {3}
.arg3
- 4th format parameter, {3}
, as String.valueOf(Object)
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.SmileHub Send Pipeline step configured with message: {3}
public static org.jvnet.localizer.Localizable _RocketSendStepConfig(Object arg0, Object arg1, Object arg2, Object arg3)
RocketSendStepConfig
: SmileHub Send Pipeline step
configured with message: {3}
.arg3
- 4th format parameter, {3}
, as String.valueOf(Object)
.arg2
- 3rd format parameter, {2}
, as String.valueOf(Object)
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.SmileHub Send Pipeline step configured with message: {3}
public static String NotificationFailed()
NotificationFailed
: SmileHub notification failed.
See Jenkins logs for details.
.SmileHub notification failed. See Jenkins logs for details.
public static org.jvnet.localizer.Localizable _NotificationFailed()
NotificationFailed
: SmileHub notification failed.
See Jenkins logs for details.
.SmileHub notification failed. See Jenkins logs for details.
Copyright © 2016–2021. All rights reserved.