@Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) public class Messages extends Object
| Constructor and Description |
|---|
Messages() |
| Modifier and Type | Method and Description |
|---|---|
static org.jvnet.localizer.Localizable |
_CSVStepExecution_fileIsDirectory(Object arg0)
Key
CSVStepExecution.fileIsDirectory: {0} is a
directory.. |
static org.jvnet.localizer.Localizable |
_CSVStepExecution_fileNotFound(Object arg0)
Key
CSVStepExecution.fileNotFound: {0} does not
exist.. |
static org.jvnet.localizer.Localizable |
_ReadCSVStep_DescriptorImpl_displayName()
Key
ReadCSVStep.DescriptorImpl.displayName: Read
content from a CSV file in the workspace.. |
static org.jvnet.localizer.Localizable |
_ReadCSVStepExecution_tooManyArguments(Object arg0)
Key
ReadCSVStepExecution.tooManyArguments: Only one of
'file' or 'text' arguments can be provided to {0}.. |
static org.jvnet.localizer.Localizable |
_WriteCSVStep_DescriptorImpl_displayName()
Key
WriteCSVStep.DescriptorImpl.displayName: Write
content to a CSV file in the workspace.. |
static org.jvnet.localizer.Localizable |
_WriteCSVStepExecution_missingFile(Object arg0)
Key
WriteCSVStepExecution.missingFile: You have to
provide a file for {0}.. |
static org.jvnet.localizer.Localizable |
_WriteCSVStepExecution_missingRecords(Object arg0)
Key
WriteCSVStepExecution.missingRecords: You have to
provide a list of records to save for {0}.. |
static String |
CSVStepExecution_fileIsDirectory(Object arg0)
Key
CSVStepExecution.fileIsDirectory: {0} is a
directory.. |
static String |
CSVStepExecution_fileNotFound(Object arg0)
Key
CSVStepExecution.fileNotFound: {0} does not
exist.. |
static String |
ReadCSVStep_DescriptorImpl_displayName()
Key
ReadCSVStep.DescriptorImpl.displayName: Read
content from a CSV file in the workspace.. |
static String |
ReadCSVStepExecution_tooManyArguments(Object arg0)
Key
ReadCSVStepExecution.tooManyArguments: Only one of
'file' or 'text' arguments can be provided to {0}.. |
static String |
WriteCSVStep_DescriptorImpl_displayName()
Key
WriteCSVStep.DescriptorImpl.displayName: Write
content to a CSV file in the workspace.. |
static String |
WriteCSVStepExecution_missingFile(Object arg0)
Key
WriteCSVStepExecution.missingFile: You have to
provide a file for {0}.. |
static String |
WriteCSVStepExecution_missingRecords(Object arg0)
Key
WriteCSVStepExecution.missingRecords: You have to
provide a list of records to save for {0}.. |
public static String CSVStepExecution_fileNotFound(Object arg0)
CSVStepExecution.fileNotFound: {0} does not
exist..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} does not exist.public static org.jvnet.localizer.Localizable _CSVStepExecution_fileNotFound(Object arg0)
CSVStepExecution.fileNotFound: {0} does not
exist..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} does not exist.public static String ReadCSVStep_DescriptorImpl_displayName()
ReadCSVStep.DescriptorImpl.displayName: Read
content from a CSV file in the workspace..Read content from a CSV file in the workspace.public static org.jvnet.localizer.Localizable _ReadCSVStep_DescriptorImpl_displayName()
ReadCSVStep.DescriptorImpl.displayName: Read
content from a CSV file in the workspace..Read content from a CSV file in the workspace.public static String WriteCSVStepExecution_missingRecords(Object arg0)
WriteCSVStepExecution.missingRecords: You have to
provide a list of records to save for {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).You have to provide a list of records to save for {0}.public static org.jvnet.localizer.Localizable _WriteCSVStepExecution_missingRecords(Object arg0)
WriteCSVStepExecution.missingRecords: You have to
provide a list of records to save for {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).You have to provide a list of records to save for {0}.public static String WriteCSVStep_DescriptorImpl_displayName()
WriteCSVStep.DescriptorImpl.displayName: Write
content to a CSV file in the workspace..Write content to a CSV file in the workspace.public static org.jvnet.localizer.Localizable _WriteCSVStep_DescriptorImpl_displayName()
WriteCSVStep.DescriptorImpl.displayName: Write
content to a CSV file in the workspace..Write content to a CSV file in the workspace.public static String WriteCSVStepExecution_missingFile(Object arg0)
WriteCSVStepExecution.missingFile: You have to
provide a file for {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).You have to provide a file for {0}.public static org.jvnet.localizer.Localizable _WriteCSVStepExecution_missingFile(Object arg0)
WriteCSVStepExecution.missingFile: You have to
provide a file for {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).You have to provide a file for {0}.public static String ReadCSVStepExecution_tooManyArguments(Object arg0)
ReadCSVStepExecution.tooManyArguments: Only one of
'file' or 'text' arguments can be provided to {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Only one of 'file' or 'text' arguments can be provided to {0}.public static org.jvnet.localizer.Localizable _ReadCSVStepExecution_tooManyArguments(Object arg0)
ReadCSVStepExecution.tooManyArguments: Only one of
'file' or 'text' arguments can be provided to {0}..arg0 - 1st format parameter, {0}, as String.valueOf(Object).Only one of 'file' or 'text' arguments can be provided to {0}.public static String CSVStepExecution_fileIsDirectory(Object arg0)
CSVStepExecution.fileIsDirectory: {0} is a
directory..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} is a directory.public static org.jvnet.localizer.Localizable _CSVStepExecution_fileIsDirectory(Object arg0)
CSVStepExecution.fileIsDirectory: {0} is a
directory..arg0 - 1st format parameter, {0}, as String.valueOf(Object).{0} is a directory.Copyright © 2016–2020. All rights reserved.