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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable
_CSVStepExecution_fileIsDirectory(Object arg0)
KeyCSVStepExecution.fileIsDirectory
:{0} is a directory.
.static org.jvnet.localizer.Localizable
_CSVStepExecution_fileNotFound(Object arg0)
KeyCSVStepExecution.fileNotFound
:{0} does not exist.
.static org.jvnet.localizer.Localizable
_ReadCSVStep_DescriptorImpl_displayName()
KeyReadCSVStep.DescriptorImpl.displayName
:Read content from a CSV file in the workspace.
.static org.jvnet.localizer.Localizable
_ReadCSVStepExecution_tooManyArguments(Object arg0)
KeyReadCSVStepExecution.tooManyArguments
:Only one of 'file' or 'text' arguments can be provided to {0}.
.static org.jvnet.localizer.Localizable
_WriteCSVStep_DescriptorImpl_displayName()
KeyWriteCSVStep.DescriptorImpl.displayName
:Write content to a CSV file in the workspace.
.static org.jvnet.localizer.Localizable
_WriteCSVStepExecution_missingFile(Object arg0)
KeyWriteCSVStepExecution.missingFile
:You have to provide a file for {0}.
.static org.jvnet.localizer.Localizable
_WriteCSVStepExecution_missingRecords(Object arg0)
KeyWriteCSVStepExecution.missingRecords
:You have to provide a list of records to save for {0}.
.static String
CSVStepExecution_fileIsDirectory(Object arg0)
KeyCSVStepExecution.fileIsDirectory
:{0} is a directory.
.static String
CSVStepExecution_fileNotFound(Object arg0)
KeyCSVStepExecution.fileNotFound
:{0} does not exist.
.static String
ReadCSVStep_DescriptorImpl_displayName()
KeyReadCSVStep.DescriptorImpl.displayName
:Read content from a CSV file in the workspace.
.static String
ReadCSVStepExecution_tooManyArguments(Object arg0)
KeyReadCSVStepExecution.tooManyArguments
:Only one of 'file' or 'text' arguments can be provided to {0}.
.static String
WriteCSVStep_DescriptorImpl_displayName()
KeyWriteCSVStep.DescriptorImpl.displayName
:Write content to a CSV file in the workspace.
.static String
WriteCSVStepExecution_missingFile(Object arg0)
KeyWriteCSVStepExecution.missingFile
:You have to provide a file for {0}.
.static String
WriteCSVStepExecution_missingRecords(Object arg0)
KeyWriteCSVStepExecution.missingRecords
:You have to provide a list of records to save for {0}.
.
-
-
-
Method Detail
-
CSVStepExecution_fileNotFound
public static String CSVStepExecution_fileNotFound(Object arg0)
KeyCSVStepExecution.fileNotFound
:{0} does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} does not exist.
-
_CSVStepExecution_fileNotFound
public static org.jvnet.localizer.Localizable _CSVStepExecution_fileNotFound(Object arg0)
KeyCSVStepExecution.fileNotFound
:{0} does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} does not exist.
-
WriteCSVStep_DescriptorImpl_displayName
public static String 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
public static String CSVStepExecution_fileIsDirectory(Object arg0)
KeyCSVStepExecution.fileIsDirectory
:{0} is a directory.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is a directory.
-
_CSVStepExecution_fileIsDirectory
public static org.jvnet.localizer.Localizable _CSVStepExecution_fileIsDirectory(Object arg0)
KeyCSVStepExecution.fileIsDirectory
:{0} is a directory.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is a directory.
-
WriteCSVStepExecution_missingRecords
public static String WriteCSVStepExecution_missingRecords(Object arg0)
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
public static org.jvnet.localizer.Localizable _WriteCSVStepExecution_missingRecords(Object arg0)
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
public static String 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
public static String WriteCSVStepExecution_missingFile(Object arg0)
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
public static org.jvnet.localizer.Localizable _WriteCSVStepExecution_missingFile(Object arg0)
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
public static String ReadCSVStepExecution_tooManyArguments(Object arg0)
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
public static org.jvnet.localizer.Localizable _ReadCSVStepExecution_tooManyArguments(Object arg0)
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}.
-
-