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 Details

    • Messages

      public Messages()
  • Method Details

    • ArtifactArchiverStepExecution_NoFiles

      public static String ArtifactArchiverStepExecution_NoFiles(Object arg0)
      Key ArtifactArchiverStepExecution.NoFiles: No files found to archive for pattern "{0}"; continuing..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No files found to archive for pattern "{0}"; continuing.
    • _ArtifactArchiverStepExecution_NoFiles

      public static org.jvnet.localizer.Localizable _ArtifactArchiverStepExecution_NoFiles(Object arg0)
      Key ArtifactArchiverStepExecution.NoFiles: No files found to archive for pattern "{0}"; continuing..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No files found to archive for pattern "{0}"; continuing.
    • ArtifactArchiverStepExecution_NoFilesWithExcludes

      public static String ArtifactArchiverStepExecution_NoFilesWithExcludes(Object arg0, Object arg1)
      Key ArtifactArchiverStepExecution.NoFilesWithExcludes: No files found to archive for pattern "{0}", excluding "{1}"; continuing..
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.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)
      Key ArtifactArchiverStepExecution.NoFilesWithExcludes: No files found to archive for pattern "{0}", excluding "{1}"; continuing..
      Parameters:
      arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      No files found to archive for pattern "{0}", excluding "{1}"; continuing.
    • FileExistsStep_EmptyString

      public static String FileExistsStep_EmptyString()
      Key FileExistsStep.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()
      Key FileExistsStep.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()
      Key ArtifactArchiverStepExecution.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()
      Key ArtifactArchiverStepExecution.Deprecated: The archive step is deprecated, please use archiveArtifacts instead..
      Returns:
      The archive step is deprecated, please use archiveArtifacts instead.