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 Summary
Constructors -
Method Summary
Modifier 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
-
Messages
public Messages()
-
-
Method Details
-
CSVStepExecution_fileNotFound
KeyCSVStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-
_CSVStepExecution_fileNotFound
KeyCSVStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-
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.
-
_WriteCSVStep_DescriptorImpl_displayName
public 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_fileIsDirectory
KeyCSVStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
_CSVStepExecution_fileIsDirectory
KeyCSVStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
WriteCSVStepExecution_missingRecords
KeyWriteCSVStepExecution.missingRecords:You have to provide a list of records to save for {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
You have to provide a list of records to save for {0}.
-
_WriteCSVStepExecution_missingRecords
KeyWriteCSVStepExecution.missingRecords:You have to provide a list of records to save for {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
You have to provide a list of records to save for {0}.
-
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.
-
_ReadCSVStep_DescriptorImpl_displayName
public 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_missingFile
KeyWriteCSVStepExecution.missingFile:You have to provide a file for {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
You have to provide a file for {0}.
-
_WriteCSVStepExecution_missingFile
KeyWriteCSVStepExecution.missingFile:You have to provide a file for {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
You have to provide a file for {0}.
-
ReadCSVStepExecution_tooManyArguments
KeyReadCSVStepExecution.tooManyArguments:Only one of 'file' or 'text' arguments can be provided to {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Only one of 'file' or 'text' arguments can be provided to {0}.
-
_ReadCSVStepExecution_tooManyArguments
KeyReadCSVStepExecution.tooManyArguments:Only one of 'file' or 'text' arguments can be provided to {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Only one of 'file' or 'text' arguments can be provided to {0}.
-