java.lang.Object
org.jenkinsci.plugins.pipeline.utility.steps.csv.Messages

@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
Generated localization support class.
  • Constructor Details

    • Messages

      public Messages()
  • Method Details

    • CSVStepExecution_fileNotFound

      public static String CSVStepExecution_fileNotFound(Object arg0)
      Key CSVStepExecution.fileNotFound: {0} does not exist..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} does not exist.
    • _CSVStepExecution_fileNotFound

      public static org.jvnet.localizer.Localizable _CSVStepExecution_fileNotFound(Object arg0)
      Key CSVStepExecution.fileNotFound: {0} does not exist..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} does not exist.
    • WriteCSVStep_DescriptorImpl_displayName

      public static String WriteCSVStep_DescriptorImpl_displayName()
      Key WriteCSVStep.DescriptorImpl.displayName: Write content to a CSV file in the workspace..
      Returns:
      Write content to a CSV file in the workspace.
    • _WriteCSVStep_DescriptorImpl_displayName

      public static org.jvnet.localizer.Localizable _WriteCSVStep_DescriptorImpl_displayName()
      Key WriteCSVStep.DescriptorImpl.displayName: Write content to a CSV file in the workspace..
      Returns:
      Write content to a CSV file in the workspace.
    • CSVStepExecution_fileIsDirectory

      public static String CSVStepExecution_fileIsDirectory(Object arg0)
      Key CSVStepExecution.fileIsDirectory: {0} is a directory..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} is a directory.
    • _CSVStepExecution_fileIsDirectory

      public static org.jvnet.localizer.Localizable _CSVStepExecution_fileIsDirectory(Object arg0)
      Key CSVStepExecution.fileIsDirectory: {0} is a directory..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      {0} is a directory.
    • WriteCSVStepExecution_missingRecords

      public static String WriteCSVStepExecution_missingRecords(Object arg0)
      Key WriteCSVStepExecution.missingRecords: You have to provide a list of records to save for {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      You have to provide a list of records to save for {0}.
    • _WriteCSVStepExecution_missingRecords

      public static org.jvnet.localizer.Localizable _WriteCSVStepExecution_missingRecords(Object arg0)
      Key WriteCSVStepExecution.missingRecords: You have to provide a list of records to save for {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      You have to provide a list of records to save for {0}.
    • ReadCSVStep_DescriptorImpl_displayName

      public static String ReadCSVStep_DescriptorImpl_displayName()
      Key ReadCSVStep.DescriptorImpl.displayName: Read content from a CSV file in the workspace..
      Returns:
      Read content from a CSV file in the workspace.
    • _ReadCSVStep_DescriptorImpl_displayName

      public static org.jvnet.localizer.Localizable _ReadCSVStep_DescriptorImpl_displayName()
      Key ReadCSVStep.DescriptorImpl.displayName: Read content from a CSV file in the workspace..
      Returns:
      Read content from a CSV file in the workspace.
    • WriteCSVStepExecution_missingFile

      public static String WriteCSVStepExecution_missingFile(Object arg0)
      Key WriteCSVStepExecution.missingFile: You have to provide a file for {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      You have to provide a file for {0}.
    • _WriteCSVStepExecution_missingFile

      public static org.jvnet.localizer.Localizable _WriteCSVStepExecution_missingFile(Object arg0)
      Key WriteCSVStepExecution.missingFile: You have to provide a file for {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      You have to provide a file for {0}.
    • ReadCSVStepExecution_tooManyArguments

      public static String ReadCSVStepExecution_tooManyArguments(Object arg0)
      Key ReadCSVStepExecution.tooManyArguments: Only one of 'file' or 'text' arguments can be provided to {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Only one of 'file' or 'text' arguments can be provided to {0}.
    • _ReadCSVStepExecution_tooManyArguments

      public static org.jvnet.localizer.Localizable _ReadCSVStepExecution_tooManyArguments(Object arg0)
      Key ReadCSVStepExecution.tooManyArguments: Only one of 'file' or 'text' arguments can be provided to {0}..
      Parameters:
      arg0 - 1st format parameter, {0}, as String.valueOf(Object).
      Returns:
      Only one of 'file' or 'text' arguments can be provided to {0}.