public class Messages extends Object
Constructor and Description |
---|
Messages() |
Modifier and Type | Method and Description |
---|---|
static org.jvnet.localizer.Localizable |
_Cause(Object arg0,
Object arg1,
Object arg2)
Key
Cause : Started due to files found on node "{0}" in
directory "{1}" matching pattern "{2}" . |
static org.jvnet.localizer.Localizable |
_CauseWithIgnoredFiles(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
CauseWithIgnoredFiles : Started due to files found
on node "{0}" in directory "{1}" matching pattern "{2}" but not
"{3}" . |
static org.jvnet.localizer.Localizable |
_DirectoryNotFound(Object arg0)
Key
DirectoryNotFound : {@code Directory not found. |
static org.jvnet.localizer.Localizable |
_DirectoryNotSpecified()
Key
DirectoryNotSpecified : Directory not specified. . |
static org.jvnet.localizer.Localizable |
_DisplayName()
Key
DisplayName : Build when certain files are found . |
static org.jvnet.localizer.Localizable |
_FilesNotSpecified()
Key
FilesNotSpecified : Files not specified. . |
static org.jvnet.localizer.Localizable |
_MultipleFilesFound(Object arg0)
Key
MultipleFilesFound : {0} files found. . |
static org.jvnet.localizer.Localizable |
_NodeNotFound(Object arg0)
Key
NodeNotFound : Slave node "{0}" has not been added
to Jenkins. . |
static org.jvnet.localizer.Localizable |
_NodeOffline(Object arg0)
Key
NodeOffline : Slave node "{0}" is offline. . |
static org.jvnet.localizer.Localizable |
_NoFilesFound()
Key
NoFilesFound : Files not found. . |
static org.jvnet.localizer.Localizable |
_SingleFileFound(Object arg0)
Key
SingleFileFound : File found: "{0}". . |
static String |
Cause(Object arg0,
Object arg1,
Object arg2)
Key
Cause : Started due to files found on node "{0}" in
directory "{1}" matching pattern "{2}" . |
static String |
CauseWithIgnoredFiles(Object arg0,
Object arg1,
Object arg2,
Object arg3)
Key
CauseWithIgnoredFiles : Started due to files found
on node "{0}" in directory "{1}" matching pattern "{2}" but not
"{3}" . |
static String |
DirectoryNotFound(Object arg0)
Key
DirectoryNotFound : {@code Directory not found. |
static String |
DirectoryNotSpecified()
Key
DirectoryNotSpecified : Directory not specified. . |
static String |
DisplayName()
Key
DisplayName : Build when certain files are found . |
static String |
FilesNotSpecified()
Key
FilesNotSpecified : Files not specified. . |
static String |
MultipleFilesFound(Object arg0)
Key
MultipleFilesFound : {0} files found. . |
static String |
NodeNotFound(Object arg0)
Key
NodeNotFound : Slave node "{0}" has not been added
to Jenkins. . |
static String |
NodeOffline(Object arg0)
Key
NodeOffline : Slave node "{0}" is offline. . |
static String |
NoFilesFound()
Key
NoFilesFound : Files not found. . |
static String |
SingleFileFound(Object arg0)
Key
SingleFileFound : File found: "{0}". . |
public static String FilesNotSpecified()
FilesNotSpecified
: Files not specified.
.Files not specified.
public static org.jvnet.localizer.Localizable _FilesNotSpecified()
FilesNotSpecified
: Files not specified.
.Files not specified.
public static String DisplayName()
DisplayName
: Build when certain files are found
.Build when certain files are found
public static org.jvnet.localizer.Localizable _DisplayName()
DisplayName
: Build when certain files are found
.Build when certain files are found
public static String DirectoryNotFound(Object arg0)
DirectoryNotFound
: Directory not found.
If the
directory exists, user "{0}" may not have access.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Directory not found.
If the directory exists, user "{0}" may
not have access.
public static org.jvnet.localizer.Localizable _DirectoryNotFound(Object arg0)
DirectoryNotFound
: Directory not found.
If the
directory exists, user "{0}" may not have access.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Directory not found.
If the directory exists, user "{0}" may
not have access.
public static String SingleFileFound(Object arg0)
SingleFileFound
: File found: "{0}".
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.File found: "{0}".
public static org.jvnet.localizer.Localizable _SingleFileFound(Object arg0)
SingleFileFound
: File found: "{0}".
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.File found: "{0}".
public static String NodeNotFound(Object arg0)
NodeNotFound
: Slave node "{0}" has not been added
to Jenkins.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Slave node "{0}" has not been added to Jenkins.
public static org.jvnet.localizer.Localizable _NodeNotFound(Object arg0)
NodeNotFound
: Slave node "{0}" has not been added
to Jenkins.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Slave node "{0}" has not been added to Jenkins.
public static String CauseWithIgnoredFiles(Object arg0, Object arg1, Object arg2, Object arg3)
CauseWithIgnoredFiles
: Started due to files found
on node "{0}" in directory "{1}" matching pattern "{2}" but not
"{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)
.Started due to files found on node "{0}" in directory "{1}"
matching pattern "{2}" but not "{3}"
public static org.jvnet.localizer.Localizable _CauseWithIgnoredFiles(Object arg0, Object arg1, Object arg2, Object arg3)
CauseWithIgnoredFiles
: Started due to files found
on node "{0}" in directory "{1}" matching pattern "{2}" but not
"{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)
.Started due to files found on node "{0}" in directory "{1}"
matching pattern "{2}" but not "{3}"
public static String NoFilesFound()
NoFilesFound
: Files not found.
.Files not found.
public static org.jvnet.localizer.Localizable _NoFilesFound()
NoFilesFound
: Files not found.
.Files not found.
public static String MultipleFilesFound(Object arg0)
MultipleFilesFound
: {0} files found.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} files found.
public static org.jvnet.localizer.Localizable _MultipleFilesFound(Object arg0)
MultipleFilesFound
: {0} files found.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.{0} files found.
public static String NodeOffline(Object arg0)
NodeOffline
: Slave node "{0}" is offline.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Slave node "{0}" is offline.
public static org.jvnet.localizer.Localizable _NodeOffline(Object arg0)
NodeOffline
: Slave node "{0}" is offline.
.arg0
- 1st format parameter, {0}
, as String.valueOf(Object)
.Slave node "{0}" is offline.
public static String DirectoryNotSpecified()
DirectoryNotSpecified
: Directory not specified.
.Directory not specified.
public static org.jvnet.localizer.Localizable _DirectoryNotSpecified()
DirectoryNotSpecified
: Directory not specified.
.Directory not specified.
public static String Cause(Object arg0, Object arg1, Object arg2)
Cause
: Started due to files found on node "{0}" in
directory "{1}" matching pattern "{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)
.Started due to files found on node "{0}" in directory "{1}"
matching pattern "{2}"
public static org.jvnet.localizer.Localizable _Cause(Object arg0, Object arg1, Object arg2)
Cause
: Started due to files found on node "{0}" in
directory "{1}" matching pattern "{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)
.Started due to files found on node "{0}" in directory "{1}"
matching pattern "{2}"
Copyright © 2016–2017. All rights reserved.