Class Messages
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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyCSVStepExecution.fileIsDirectory:{0} is a directory..static org.jvnet.localizer.LocalizableKeyCSVStepExecution.fileNotFound:{0} does not exist..static org.jvnet.localizer.LocalizableKeyReadCSVStep.DescriptorImpl.displayName:Read content from a CSV file in the workspace or text..static org.jvnet.localizer.LocalizableKeyReadCSVStepExecution.tooManyArguments:Only one of 'file' or 'text' arguments can be provided to {0}..static org.jvnet.localizer.LocalizableKeyWriteCSVStep.DescriptorImpl.displayName:Write content to a CSV file in the workspace..static org.jvnet.localizer.LocalizableKeyWriteCSVStepExecution.missingFile:You have to provide a file for {0}..static org.jvnet.localizer.LocalizableKeyWriteCSVStepExecution.missingRecords:You have to provide a list of records to save for {0}..static StringKeyCSVStepExecution.fileIsDirectory:{0} is a directory..static StringKeyCSVStepExecution.fileNotFound:{0} does not exist..static StringKeyReadCSVStep.DescriptorImpl.displayName:Read content from a CSV file in the workspace or text..static StringKeyReadCSVStepExecution.tooManyArguments:Only one of 'file' or 'text' arguments can be provided to {0}..static StringKeyWriteCSVStep.DescriptorImpl.displayName:Write content to a CSV file in the workspace..static StringKeyWriteCSVStepExecution.missingFile:You have to provide a file for {0}..static StringKeyWriteCSVStepExecution.missingRecords:You have to provide a list of records to save for {0}..
- 
Constructor Details- 
Messagespublic Messages()
 
- 
- 
Method Details- 
CSVStepExecution_fileNotFoundKeyCSVStepExecution.fileNotFound:{0} does not exist..- Parameters:
- arg0- 1st format parameter,- {0}, as- String.valueOf(Object).
- Returns:
- {0} does not exist.
 
- 
_CSVStepExecution_fileNotFoundKeyCSVStepExecution.fileNotFound:{0} does not exist..- Parameters:
- arg0- 1st format parameter,- {0}, as- String.valueOf(Object).
- Returns:
- {0} does not exist.
 
- 
WriteCSVStep_DescriptorImpl_displayNameKeyWriteCSVStep.DescriptorImpl.displayName:Write content to a CSV file in the workspace..- Returns:
- Write content to a CSV file in the workspace.
 
- 
_WriteCSVStep_DescriptorImpl_displayNamepublic static org.jvnet.localizer.Localizable _WriteCSVStep_DescriptorImpl_displayName()KeyWriteCSVStep.DescriptorImpl.displayName:Write content to a CSV file in the workspace..- Returns:
- Write content to a CSV file in the workspace.
 
- 
CSVStepExecution_fileIsDirectoryKeyCSVStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
- arg0- 1st format parameter,- {0}, as- String.valueOf(Object).
- Returns:
- {0} is a directory.
 
- 
_CSVStepExecution_fileIsDirectoryKeyCSVStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
- arg0- 1st format parameter,- {0}, as- String.valueOf(Object).
- Returns:
- {0} is a directory.
 
- 
WriteCSVStepExecution_missingRecordsKeyWriteCSVStepExecution.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_missingRecordsKeyWriteCSVStepExecution.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_displayNameKeyReadCSVStep.DescriptorImpl.displayName:Read content from a CSV file in the workspace or text..- Returns:
- Read content from a CSV file in the workspace or text.
 
- 
_ReadCSVStep_DescriptorImpl_displayNamepublic static org.jvnet.localizer.Localizable _ReadCSVStep_DescriptorImpl_displayName()KeyReadCSVStep.DescriptorImpl.displayName:Read content from a CSV file in the workspace or text..- Returns:
- Read content from a CSV file in the workspace or text.
 
- 
WriteCSVStepExecution_missingFileKeyWriteCSVStepExecution.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_missingFileKeyWriteCSVStepExecution.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_tooManyArgumentsKeyReadCSVStepExecution.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_tooManyArgumentsKeyReadCSVStepExecution.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}.
 
 
-