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
Constructors Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_ArtifactArchiverStepExecution_Deprecated()
KeyArtifactArchiverStepExecution.Deprecated
:The archive step is deprecated, please use archiveArtifacts instead.
.static org.jvnet.localizer.Localizable
_ArtifactArchiverStepExecution_NoFiles(Object arg0)
KeyArtifactArchiverStepExecution.NoFiles
:No files found to archive for pattern "{0}"; continuing.
.static org.jvnet.localizer.Localizable
_ArtifactArchiverStepExecution_NoFilesWithExcludes(Object arg0, Object arg1)
KeyArtifactArchiverStepExecution.NoFilesWithExcludes
:No files found to archive for pattern "{0}", excluding "{1}"; continuing.
.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.
.static String
ArtifactArchiverStepExecution_Deprecated()
KeyArtifactArchiverStepExecution.Deprecated
:The archive step is deprecated, please use archiveArtifacts instead.
.static String
ArtifactArchiverStepExecution_NoFiles(Object arg0)
KeyArtifactArchiverStepExecution.NoFiles
:No files found to archive for pattern "{0}"; continuing.
.static String
ArtifactArchiverStepExecution_NoFilesWithExcludes(Object arg0, Object arg1)
KeyArtifactArchiverStepExecution.NoFilesWithExcludes
:No files found to archive for pattern "{0}", excluding "{1}"; continuing.
.static String
FileExistsStep_EmptyString()
KeyFileExistsStep.EmptyString
:The fileExists step was called with a null or empty string, so the current directory will be checked instead.
.
-
-
-
Method Detail
-
ArtifactArchiverStepExecution_NoFiles
public static String ArtifactArchiverStepExecution_NoFiles(Object arg0)
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
public static org.jvnet.localizer.Localizable _ArtifactArchiverStepExecution_NoFiles(Object arg0)
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
public static String 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.
-
_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
public static String 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
public static String 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.
-
-