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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyArtifactArchiverStepExecution.Deprecated:The archive step is deprecated, please use archiveArtifacts instead..static org.jvnet.localizer.LocalizableKeyArtifactArchiverStepExecution.NoFiles:No files found to archive for pattern "{0}"; continuing..static org.jvnet.localizer.LocalizableKeyArtifactArchiverStepExecution.NoFilesWithExcludes:No files found to archive for pattern "{0}", excluding "{1}"; continuing..static org.jvnet.localizer.LocalizableKeyFileExistsStep.EmptyString:The fileExists step was called with a null or empty string, so the current directory will be checked instead..static StringKeyArtifactArchiverStepExecution.Deprecated:The archive step is deprecated, please use archiveArtifacts instead..static StringKeyArtifactArchiverStepExecution.NoFiles:No files found to archive for pattern "{0}"; continuing..static StringKeyArtifactArchiverStepExecution.NoFilesWithExcludes:No files found to archive for pattern "{0}", excluding "{1}"; continuing..static StringKeyFileExistsStep.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.
-