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
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.CheckAllowedPathDisabled
:Configured path '%s' will not be checked. Feature disabled in current version.
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.DisplayName
:File system objects list Parameter
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.InjectedObjectNotFoundAtPath
:Injected object '%s' not found in configured objects list on path '%s'. Please check!
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.NameCanNotBeEmpty
:Name can not be empty
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.NoObjectsFound
:No object found in path %s.
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.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.Localizable
KeyFileSystemListParameterDefinition.PathCanNotBeEmpty
:Path can not be empty
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.PathCheckError
:Configured path '%s' cannot be checked. For security reasons path will not be processed.
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.PathDoesntExist
:Path %s doesn't seem to exist.
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.PathNotAllowed
:Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path.
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.RegExPatternNotValid
:No valid regular expression '%s'. Fail message: %s.
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.SymlinkDetectionError
:Error in symbolic link detection for file %s.
.static org.jvnet.localizer.Localizable
KeyFileSystemListParameterDefinition.SymlinkPathNotAllowed
:Configured path '%s' is detected as symlink. For security reasons symlinks are not allowed as path.
.static String
KeyFileSystemListParameterDefinition.CheckAllowedPathDisabled
:Configured path '%s' will not be checked. Feature disabled in current version.
.static String
KeyFileSystemListParameterDefinition.DisplayName
:File system objects list Parameter
.static String
KeyFileSystemListParameterDefinition.InjectedObjectNotFoundAtPath
:Injected object '%s' not found in configured objects list on path '%s'. Please check!
.static String
KeyFileSystemListParameterDefinition.NameCanNotBeEmpty
:Name can not be empty
.static String
KeyFileSystemListParameterDefinition.NoObjectsFound
:No object found in path %s.
.static String
KeyFileSystemListParameterDefinition.NoObjectsFoundAtPath
:No objects of type %s and matching include pattern %s and not matching exclude pattern %s found at path %s.
.static String
KeyFileSystemListParameterDefinition.PathCanNotBeEmpty
:Path can not be empty
.static String
KeyFileSystemListParameterDefinition.PathCheckError
:Configured path '%s' cannot be checked. For security reasons path will not be processed.
.static String
KeyFileSystemListParameterDefinition.PathDoesntExist
:Path %s doesn't seem to exist.
.static String
KeyFileSystemListParameterDefinition.PathNotAllowed
:Configured path '%s' is not allowed. Check Jenkins global configuration in manage/configure to allow your path.
.static String
KeyFileSystemListParameterDefinition.RegExPatternNotValid
:No valid regular expression '%s'. Fail message: %s.
.static String
KeyFileSystemListParameterDefinition.SymlinkDetectionError
:Error in symbolic link detection for file %s.
.static String
KeyFileSystemListParameterDefinition.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.
-