hudson.plugins.filesfoundtrigger
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)
Started due to files found in "{0}" matching pattern "{1}"
|
static org.jvnet.localizer.Localizable |
_CauseWithIgnoredFiles(Object arg1,
Object arg2,
Object arg3)
Started due to files found in "{0}" matching pattern "{1}" but not "{2}"
|
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 |
_NoFilesFound()
Files not found.
|
static org.jvnet.localizer.Localizable |
_SingleFileFound(Object arg1)
File found: "{0}".
|
static String |
Cause(Object arg1,
Object arg2)
Started due to files found in "{0}" matching pattern "{1}"
|
static String |
CauseWithIgnoredFiles(Object arg1,
Object arg2,
Object arg3)
Started due to files found in "{0}" matching pattern "{1}" but not "{2}"
|
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 |
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 CauseWithIgnoredFiles(Object arg1, Object arg2, Object arg3)
public static org.jvnet.localizer.Localizable _CauseWithIgnoredFiles(Object arg1, Object arg2, Object arg3)
public static String NoFilesFound()
public static org.jvnet.localizer.Localizable _NoFilesFound()
public static org.jvnet.localizer.Localizable _MultipleFilesFound(Object arg1)
public static String DirectoryNotSpecified()
public static org.jvnet.localizer.Localizable _DirectoryNotSpecified()
public static String Cause(Object arg1, Object arg2)
Copyright © 2004-2015. All Rights Reserved.