public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_Cause(Object arg1,
Object arg2,
Object arg3)
Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}"
|
static org.jvnet.localizer.Localizable |
_CauseWithIgnoredFiles(Object arg1,
Object arg2,
Object arg3,
Object arg4)
Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}" but not "{3}"
|
static org.jvnet.localizer.Localizable |
_DirectoryNotFound(Object arg1)
Directory not found.
|
static org.jvnet.localizer.Localizable |
_DirectoryNotSpecified()
Directory not specified.
|
static org.jvnet.localizer.Localizable |
_DisplayName()
Build when certain files are found
|
static org.jvnet.localizer.Localizable |
_FilesNotSpecified()
Files not specified.
|
static org.jvnet.localizer.Localizable |
_MultipleFilesFound(Object arg1)
{0} files found.
|
static org.jvnet.localizer.Localizable |
_NodeNotFound(Object arg1)
Slave node "{0}" has not been added to Jenkins.
|
static org.jvnet.localizer.Localizable |
_NodeOffline(Object arg1)
Slave node "{0}" is offline.
|
static org.jvnet.localizer.Localizable |
_NoFilesFound()
Files not found.
|
static org.jvnet.localizer.Localizable |
_SingleFileFound(Object arg1)
File found: "{0}".
|
static String |
Cause(Object arg1,
Object arg2,
Object arg3)
Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}"
|
static String |
CauseWithIgnoredFiles(Object arg1,
Object arg2,
Object arg3,
Object arg4)
Started due to files found on node "{0}" in directory "{1}" matching pattern "{2}" but not "{3}"
|
static String |
DirectoryNotFound(Object arg1)
Directory not found.
|
static String |
DirectoryNotSpecified()
Directory not specified.
|
static String |
DisplayName()
Build when certain files are found
|
static String |
FilesNotSpecified()
Files not specified.
|
static String |
MultipleFilesFound(Object arg1)
{0} files found.
|
static String |
NodeNotFound(Object arg1)
Slave node "{0}" has not been added to Jenkins.
|
static String |
NodeOffline(Object arg1)
Slave node "{0}" is offline.
|
static String |
NoFilesFound()
Files not found.
|
static String |
SingleFileFound(Object arg1)
File found: "{0}".
|
public static String FilesNotSpecified()
public static org.jvnet.localizer.Localizable _FilesNotSpecified()
public static String DisplayName()
public static org.jvnet.localizer.Localizable _DisplayName()
public static String DirectoryNotFound(Object arg1)
public static org.jvnet.localizer.Localizable _DirectoryNotFound(Object arg1)
public static org.jvnet.localizer.Localizable _SingleFileFound(Object arg1)
public static String NodeNotFound(Object arg1)
public static org.jvnet.localizer.Localizable _NodeNotFound(Object arg1)
public static String CauseWithIgnoredFiles(Object arg1, Object arg2, Object arg3, Object arg4)
public static org.jvnet.localizer.Localizable _CauseWithIgnoredFiles(Object arg1, Object arg2, Object arg3, Object arg4)
public static String NoFilesFound()
public static org.jvnet.localizer.Localizable _NoFilesFound()
public static org.jvnet.localizer.Localizable _MultipleFilesFound(Object arg1)
public static org.jvnet.localizer.Localizable _NodeOffline(Object arg1)
public static String DirectoryNotSpecified()
public static org.jvnet.localizer.Localizable _DirectoryNotSpecified()
public static String Cause(Object arg1, Object arg2, Object arg3)
Copyright © 2004-2015. All Rights Reserved.