Package alex.jenkins.plugins
Class Messages
java.lang.Object
alex.jenkins.plugins.Messages
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class Messages
extends Object
Generated localization support class.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.DisplayName:File system objects list Parameter.static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.NameCanNotBeEmpty:Name can not be empty.static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.NoObjectsFound:No object found in path %s..static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.NoObjectsFoundAtPath:No objects of type %s and matching include pattern %s and not matching exclude pattern %s found at path %s..static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.PathCanNotBeEmpty:Path can not be empty.static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.PathDoesntExist:Path %s doesn't seem to exist..static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.RegExPatternNotValid:No valid regular expression '%s'. Fail message: %s..static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.SymlinkDetectionError:Error in symbolic link detection for file %s..static StringKeyFileSystemListParameterDefinition.DisplayName:File system objects list Parameter.static StringKeyFileSystemListParameterDefinition.NameCanNotBeEmpty:Name can not be empty.static StringKeyFileSystemListParameterDefinition.NoObjectsFound:No object found in path %s..static StringKeyFileSystemListParameterDefinition.NoObjectsFoundAtPath:No objects of type %s and matching include pattern %s and not matching exclude pattern %s found at path %s..static StringKeyFileSystemListParameterDefinition.PathCanNotBeEmpty:Path can not be empty.static StringKeyFileSystemListParameterDefinition.PathDoesntExist:Path %s doesn't seem to exist..static StringKeyFileSystemListParameterDefinition.RegExPatternNotValid:No valid regular expression '%s'. Fail message: %s..static StringKeyFileSystemListParameterDefinition.SymlinkDetectionError:Error in symbolic link detection for file %s..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
FileSystemListParameterDefinition_DisplayName
KeyFileSystemListParameterDefinition.DisplayName:File system objects list Parameter.- Returns:
File system objects list Parameter
-
_FileSystemListParameterDefinition_DisplayName
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_DisplayName()KeyFileSystemListParameterDefinition.DisplayName:File system objects list Parameter.- Returns:
File system objects list Parameter
-
FileSystemListParameterDefinition_PathDoesntExist
KeyFileSystemListParameterDefinition.PathDoesntExist:Path %s doesn't seem to exist..- Returns:
Path %s doesn't seem to exist.
-
_FileSystemListParameterDefinition_PathDoesntExist
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_PathDoesntExist()KeyFileSystemListParameterDefinition.PathDoesntExist:Path %s doesn't seem to exist..- Returns:
Path %s doesn't seem to exist.
-
FileSystemListParameterDefinition_NoObjectsFoundAtPath
KeyFileSystemListParameterDefinition.NoObjectsFoundAtPath:No objects of type %s and matching include pattern %s and not matching exclude pattern %s found at path %s..- Returns:
No objects of type %s and matching include pattern %s and not matching exclude pattern %s found at path %s.
-
_FileSystemListParameterDefinition_NoObjectsFoundAtPath
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_NoObjectsFoundAtPath()KeyFileSystemListParameterDefinition.NoObjectsFoundAtPath:No objects of type %s and matching include pattern %s and not matching exclude pattern %s found at path %s..- Returns:
No objects of type %s and matching include pattern %s and not matching exclude pattern %s found at path %s.
-
FileSystemListParameterDefinition_PathCanNotBeEmpty
KeyFileSystemListParameterDefinition.PathCanNotBeEmpty:Path can not be empty.- Returns:
Path can not be empty
-
_FileSystemListParameterDefinition_PathCanNotBeEmpty
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_PathCanNotBeEmpty()KeyFileSystemListParameterDefinition.PathCanNotBeEmpty:Path can not be empty.- Returns:
Path can not be empty
-
FileSystemListParameterDefinition_NameCanNotBeEmpty
KeyFileSystemListParameterDefinition.NameCanNotBeEmpty:Name can not be empty.- Returns:
Name can not be empty
-
_FileSystemListParameterDefinition_NameCanNotBeEmpty
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_NameCanNotBeEmpty()KeyFileSystemListParameterDefinition.NameCanNotBeEmpty:Name can not be empty.- Returns:
Name can not be empty
-
FileSystemListParameterDefinition_RegExPatternNotValid
KeyFileSystemListParameterDefinition.RegExPatternNotValid:No valid regular expression '%s'. Fail message: %s..- Returns:
No valid regular expression '%s'. Fail message: %s.
-
_FileSystemListParameterDefinition_RegExPatternNotValid
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_RegExPatternNotValid()KeyFileSystemListParameterDefinition.RegExPatternNotValid:No valid regular expression '%s'. Fail message: %s..- Returns:
No valid regular expression '%s'. Fail message: %s.
-
FileSystemListParameterDefinition_SymlinkDetectionError
KeyFileSystemListParameterDefinition.SymlinkDetectionError:Error in symbolic link detection for file %s..- Returns:
Error in symbolic link detection for file %s.
-
_FileSystemListParameterDefinition_SymlinkDetectionError
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_SymlinkDetectionError()KeyFileSystemListParameterDefinition.SymlinkDetectionError:Error in symbolic link detection for file %s..- Returns:
Error in symbolic link detection for file %s.
-
FileSystemListParameterDefinition_NoObjectsFound
KeyFileSystemListParameterDefinition.NoObjectsFound:No object found in path %s..- Returns:
No object found in path %s.
-
_FileSystemListParameterDefinition_NoObjectsFound
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_NoObjectsFound()KeyFileSystemListParameterDefinition.NoObjectsFound:No object found in path %s..- Returns:
No object found in path %s.
-