public class Messages extends Object
コンストラクタと説明 |
---|
Messages() |
修飾子とタイプ | メソッドと説明 |
---|---|
static org.jvnet.localizer.Localizable |
_APP_NOT_FOUND(Object arg0,
Object arg1,
Object arg2)
Key
APP_NOT_FOUND : Required application ({0}: {1}) was
not found on {2}. . |
static org.jvnet.localizer.Localizable |
_AppDetectorParamaterDefinition_DisplayName()
Key
AppDetectorParamaterDefinition_DisplayName : Chois
Application Version . |
static org.jvnet.localizer.Localizable |
_CANNOT_GET_HUDSON_INSTANCE()
Key
CANNOT_GET_HUDSON_INSTANCE : Could not get any
hudson instances . |
static org.jvnet.localizer.Localizable |
_DETECTING_SOFTOWARE_INSTLLATION_FAILED(Object arg0,
Object arg1)
Key
DETECTING_SOFTOWARE_INSTLLATION_FAILED : Detecting
the {0} installation was failed on {1}. . |
static org.jvnet.localizer.Localizable |
_GETTING_NODE_FAILED()
Key
GETTING_NODE_FAILED : Failed to get the node from
this build. . |
static org.jvnet.localizer.Localizable |
_JOB_DESCRIPTION()
Key
JOB_DESCRIPTION : build with the specific
application and version . |
static String |
APP_NOT_FOUND(Object arg0,
Object arg1,
Object arg2)
Key
APP_NOT_FOUND : Required application ({0}: {1}) was
not found on {2}. . |
static String |
AppDetectorParamaterDefinition_DisplayName()
Key
AppDetectorParamaterDefinition_DisplayName : Chois
Application Version . |
static String |
CANNOT_GET_HUDSON_INSTANCE()
Key
CANNOT_GET_HUDSON_INSTANCE : Could not get any
hudson instances . |
static String |
DETECTING_SOFTOWARE_INSTLLATION_FAILED(Object arg0,
Object arg1)
Key
DETECTING_SOFTOWARE_INSTLLATION_FAILED : Detecting
the {0} installation was failed on {1}. . |
static String |
GETTING_NODE_FAILED()
Key
GETTING_NODE_FAILED : Failed to get the node from
this build. . |
static String |
JOB_DESCRIPTION()
Key
JOB_DESCRIPTION : build with the specific
application and version . |
public static String APP_NOT_FOUND(Object arg0, Object arg1, Object arg2)
APP_NOT_FOUND
: Required application ({0}: {1}) was
not found on {2}.
.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)
.Required application ({0}: {1}) was not found on {2}.
public static org.jvnet.localizer.Localizable _APP_NOT_FOUND(Object arg0, Object arg1, Object arg2)
APP_NOT_FOUND
: Required application ({0}: {1}) was
not found on {2}.
.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)
.Required application ({0}: {1}) was not found on {2}.
public static String CANNOT_GET_HUDSON_INSTANCE()
CANNOT_GET_HUDSON_INSTANCE
: Could not get any
hudson instances
.Could not get any hudson instances
public static org.jvnet.localizer.Localizable _CANNOT_GET_HUDSON_INSTANCE()
CANNOT_GET_HUDSON_INSTANCE
: Could not get any
hudson instances
.Could not get any hudson instances
public static String DETECTING_SOFTOWARE_INSTLLATION_FAILED(Object arg0, Object arg1)
DETECTING_SOFTOWARE_INSTLLATION_FAILED
: Detecting
the {0} installation was failed on {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Detecting the {0} installation was failed on {1}.
public static org.jvnet.localizer.Localizable _DETECTING_SOFTOWARE_INSTLLATION_FAILED(Object arg0, Object arg1)
DETECTING_SOFTOWARE_INSTLLATION_FAILED
: Detecting
the {0} installation was failed on {1}.
.arg1
- 2nd format parameter, {1}
, as String.valueOf(Object)
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Detecting the {0} installation was failed on {1}.
public static String GETTING_NODE_FAILED()
GETTING_NODE_FAILED
: Failed to get the node from
this build.
.Failed to get the node from this build.
public static org.jvnet.localizer.Localizable _GETTING_NODE_FAILED()
GETTING_NODE_FAILED
: Failed to get the node from
this build.
.Failed to get the node from this build.
public static String JOB_DESCRIPTION()
JOB_DESCRIPTION
: build with the specific
application and version
.build with the specific application and version
public static org.jvnet.localizer.Localizable _JOB_DESCRIPTION()
JOB_DESCRIPTION
: build with the specific
application and version
.build with the specific application and version
public static String AppDetectorParamaterDefinition_DisplayName()
AppDetectorParamaterDefinition_DisplayName
: Chois
Application Version
.Chois Application Version
public static org.jvnet.localizer.Localizable _AppDetectorParamaterDefinition_DisplayName()
AppDetectorParamaterDefinition_DisplayName
: Chois
Application Version
.Chois Application Version
Copyright © 2016–2022. All rights reserved.