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.CheckAllowedPathDisabled:Configured path '%s' will not be checked. Feature disabled in current version..static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.DisplayName:File system objects list Parameter.static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.InjectedObjectNotFoundAtPath:Injected object '%s' not found in configured objects list on path '%s'. Please check!.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.PathCheckError:Configured path '%s' cannot be checked. For security reasons path will not be processed..static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.PathDoesntExist:Path %s doesn't seem to exist..static org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.PathNotAllowed:Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path..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 org.jvnet.localizer.LocalizableKeyFileSystemListParameterDefinition.SymlinkPathNotAllowed:Configured path '%s' is detected as symlink. For security reasons symlinks are not allowed as path..static StringKeyFileSystemListParameterDefinition.CheckAllowedPathDisabled:Configured path '%s' will not be checked. Feature disabled in current version..static StringKeyFileSystemListParameterDefinition.DisplayName:File system objects list Parameter.static StringKeyFileSystemListParameterDefinition.InjectedObjectNotFoundAtPath:Injected object '%s' not found in configured objects list on path '%s'. Please check!.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.PathCheckError:Configured path '%s' cannot be checked. For security reasons path will not be processed..static StringKeyFileSystemListParameterDefinition.PathDoesntExist:Path %s doesn't seem to exist..static StringKeyFileSystemListParameterDefinition.PathNotAllowed:Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path..static StringKeyFileSystemListParameterDefinition.RegExPatternNotValid:No valid regular expression '%s'. Fail message: %s..static StringKeyFileSystemListParameterDefinition.SymlinkDetectionError:Error in symbolic link detection for file %s..static StringKeyFileSystemListParameterDefinition.SymlinkPathNotAllowed:Configured path '%s' is detected as symlink. For security reasons symlinks are not allowed as path..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
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_SymlinkPathNotAllowed
KeyFileSystemListParameterDefinition.SymlinkPathNotAllowed:Configured path '%s' is detected as symlink. For security reasons symlinks are not allowed as path..- Returns:
Configured path '%s' is detected as symlink. For security reasons symlinks are not allowed as path.
-
_FileSystemListParameterDefinition_SymlinkPathNotAllowed
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_SymlinkPathNotAllowed()KeyFileSystemListParameterDefinition.SymlinkPathNotAllowed:Configured path '%s' is detected as symlink. For security reasons symlinks are not allowed as path..- Returns:
Configured path '%s' is detected as symlink. For security reasons symlinks are not allowed as path.
-
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_InjectedObjectNotFoundAtPath
KeyFileSystemListParameterDefinition.InjectedObjectNotFoundAtPath:Injected object '%s' not found in configured objects list on path '%s'. Please check!.- Returns:
Injected object '%s' not found in configured objects list on path '%s'. Please check!
-
_FileSystemListParameterDefinition_InjectedObjectNotFoundAtPath
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_InjectedObjectNotFoundAtPath()KeyFileSystemListParameterDefinition.InjectedObjectNotFoundAtPath:Injected object '%s' not found in configured objects list on path '%s'. Please check!.- Returns:
Injected object '%s' not found in configured objects list on path '%s'. Please check!
-
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.
-
FileSystemListParameterDefinition_PathNotAllowed
KeyFileSystemListParameterDefinition.PathNotAllowed:Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path..- Returns:
Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path.
-
_FileSystemListParameterDefinition_PathNotAllowed
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_PathNotAllowed()KeyFileSystemListParameterDefinition.PathNotAllowed:Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path..- Returns:
Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path.
-
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_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_CheckAllowedPathDisabled
KeyFileSystemListParameterDefinition.CheckAllowedPathDisabled:Configured path '%s' will not be checked. Feature disabled in current version..- Returns:
Configured path '%s' will not be checked. Feature disabled in current version.
-
_FileSystemListParameterDefinition_CheckAllowedPathDisabled
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_CheckAllowedPathDisabled()KeyFileSystemListParameterDefinition.CheckAllowedPathDisabled:Configured path '%s' will not be checked. Feature disabled in current version..- Returns:
Configured path '%s' will not be checked. Feature disabled in current version.
-
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_PathCheckError
KeyFileSystemListParameterDefinition.PathCheckError:Configured path '%s' cannot be checked. For security reasons path will not be processed..- Returns:
Configured path '%s' cannot be checked. For security reasons path will not be processed.
-
_FileSystemListParameterDefinition_PathCheckError
public static org.jvnet.localizer.Localizable _FileSystemListParameterDefinition_PathCheckError()KeyFileSystemListParameterDefinition.PathCheckError:Configured path '%s' cannot be checked. For security reasons path will not be processed..- Returns:
Configured path '%s' cannot be checked. For security reasons path will not be processed.
-