Class Messages
java.lang.Object
org.jenkinsci.plugins.workflow.steps.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
KeyArtifactArchiverStepExecution.Deprecated
:The archive step is deprecated, please use archiveArtifacts instead.
.static org.jvnet.localizer.Localizable
KeyArtifactArchiverStepExecution.NoFiles
:No files found to archive for pattern "{0}"; continuing.
.static org.jvnet.localizer.Localizable
KeyArtifactArchiverStepExecution.NoFilesWithExcludes
:No files found to archive for pattern "{0}", excluding "{1}"; continuing.
.static org.jvnet.localizer.Localizable
KeyFileExistsStep.EmptyString
:The fileExists step was called with a null or empty string, so the current directory will be checked instead.
.static String
KeyArtifactArchiverStepExecution.Deprecated
:The archive step is deprecated, please use archiveArtifacts instead.
.static String
KeyArtifactArchiverStepExecution.NoFiles
:No files found to archive for pattern "{0}"; continuing.
.static String
KeyArtifactArchiverStepExecution.NoFilesWithExcludes
:No files found to archive for pattern "{0}", excluding "{1}"; continuing.
.static String
KeyFileExistsStep.EmptyString
:The fileExists step was called with a null or empty string, so the current directory will be checked instead.
.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ArtifactArchiverStepExecution_NoFiles
KeyArtifactArchiverStepExecution.NoFiles
:No files found to archive for pattern "{0}"; continuing.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No files found to archive for pattern "{0}"; continuing.
-
_ArtifactArchiverStepExecution_NoFiles
KeyArtifactArchiverStepExecution.NoFiles
:No files found to archive for pattern "{0}"; continuing.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No files found to archive for pattern "{0}"; continuing.
-
ArtifactArchiverStepExecution_NoFilesWithExcludes
KeyArtifactArchiverStepExecution.NoFilesWithExcludes
:No files found to archive for pattern "{0}", excluding "{1}"; continuing.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No files found to archive for pattern "{0}", excluding "{1}"; continuing.
-
_ArtifactArchiverStepExecution_NoFilesWithExcludes
public static org.jvnet.localizer.Localizable _ArtifactArchiverStepExecution_NoFilesWithExcludes(Object arg0, Object arg1) KeyArtifactArchiverStepExecution.NoFilesWithExcludes
:No files found to archive for pattern "{0}", excluding "{1}"; continuing.
.- Parameters:
arg1
- 2nd format parameter,{1}
, asString.valueOf(Object)
.arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
No files found to archive for pattern "{0}", excluding "{1}"; continuing.
-
FileExistsStep_EmptyString
KeyFileExistsStep.EmptyString
:The fileExists step was called with a null or empty string, so the current directory will be checked instead.
.- Returns:
The fileExists step was called with a null or empty string, so the current directory will be checked instead.
-
_FileExistsStep_EmptyString
public static org.jvnet.localizer.Localizable _FileExistsStep_EmptyString()KeyFileExistsStep.EmptyString
:The fileExists step was called with a null or empty string, so the current directory will be checked instead.
.- Returns:
The fileExists step was called with a null or empty string, so the current directory will be checked instead.
-
ArtifactArchiverStepExecution_Deprecated
KeyArtifactArchiverStepExecution.Deprecated
:The archive step is deprecated, please use archiveArtifacts instead.
.- Returns:
The archive step is deprecated, please use archiveArtifacts instead.
-
_ArtifactArchiverStepExecution_Deprecated
public static org.jvnet.localizer.Localizable _ArtifactArchiverStepExecution_Deprecated()KeyArtifactArchiverStepExecution.Deprecated
:The archive step is deprecated, please use archiveArtifacts instead.
.- Returns:
The archive step is deprecated, please use archiveArtifacts instead.
-