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.Localizable
KeyCSVStepExecution.fileIsDirectory
:{0} is a directory.
.static org.jvnet.localizer.Localizable
KeyCSVStepExecution.fileNotFound
:{0} does not exist.
.static org.jvnet.localizer.Localizable
KeyReadCSVStep.DescriptorImpl.displayName
:Read content from a CSV file in the workspace.
.static org.jvnet.localizer.Localizable
KeyReadCSVStepExecution.tooManyArguments
:Only one of 'file' or 'text' arguments can be provided to {0}.
.static org.jvnet.localizer.Localizable
KeyWriteCSVStep.DescriptorImpl.displayName
:Write content to a CSV file in the workspace.
.static org.jvnet.localizer.Localizable
KeyWriteCSVStepExecution.missingFile
:You have to provide a file for {0}.
.static org.jvnet.localizer.Localizable
KeyWriteCSVStepExecution.missingRecords
:You have to provide a list of records to save for {0}.
.static String
KeyCSVStepExecution.fileIsDirectory
:{0} is a directory.
.static String
KeyCSVStepExecution.fileNotFound
:{0} does not exist.
.static String
KeyReadCSVStep.DescriptorImpl.displayName
:Read content from a CSV file in the workspace.
.static String
KeyReadCSVStepExecution.tooManyArguments
:Only one of 'file' or 'text' arguments can be provided to {0}.
.static String
KeyWriteCSVStep.DescriptorImpl.displayName
:Write content to a CSV file in the workspace.
.static String
KeyWriteCSVStepExecution.missingFile
:You have to provide a file for {0}.
.static String
KeyWriteCSVStepExecution.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.
.- Returns:
Read content from a CSV file in the workspace.
-
_ReadCSVStep_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _ReadCSVStep_DescriptorImpl_displayName()KeyReadCSVStep.DescriptorImpl.displayName
:Read content from a CSV file in the workspace.
.- Returns:
Read content from a CSV file in the workspace.
-
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}.
-