Class Messages
- java.lang.Object
-
- org.jenkinsci.plugins.pipeline.utility.steps.toml.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
_ReadTOMLStep_DescriptorImpl_displayName()
KeyReadTOMLStep.DescriptorImpl.displayName
:Read toml from files in the workspace.
.static org.jvnet.localizer.Localizable
_ReadTOMLStepExecution_tooManyArguments(Object arg0)
KeyReadTOMLStepExecution.tooManyArguments
:At most one of file or text must be provided to {0}.
.static org.jvnet.localizer.Localizable
_TOMLStepExecution_fileIsDirectory(Object arg0)
KeyTOMLStepExecution.fileIsDirectory
:{0} is a directory.
.static org.jvnet.localizer.Localizable
_TOMLStepExecution_fileNotFound(Object arg0)
KeyTOMLStepExecution.fileNotFound
:{0} does not exist.
.static org.jvnet.localizer.Localizable
_WriteTOMLStep_DescriptorImpl_displayName()
KeyWriteTOMLStep.DescriptorImpl.displayName
:Write toml to a file in the workspace.
.static org.jvnet.localizer.Localizable
_WriteTOMLStepExecution_bothReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_bothReturnTextAndFile
:You cannot provide both returnText and file to {0}.
.static org.jvnet.localizer.Localizable
_WriteTOMLStepExecution_missingReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_missingReturnTextAndFile
:You have to provide either file or returnText to {0}.
.static org.jvnet.localizer.Localizable
_WriteTOMLStepExecution_missingTOML(Object arg0)
KeyWriteTOMLStepExecution_missingTOML
:You have to provide a toml object to save for {0}.
.static String
ReadTOMLStep_DescriptorImpl_displayName()
KeyReadTOMLStep.DescriptorImpl.displayName
:Read toml from files in the workspace.
.static String
ReadTOMLStepExecution_tooManyArguments(Object arg0)
KeyReadTOMLStepExecution.tooManyArguments
:At most one of file or text must be provided to {0}.
.static String
TOMLStepExecution_fileIsDirectory(Object arg0)
KeyTOMLStepExecution.fileIsDirectory
:{0} is a directory.
.static String
TOMLStepExecution_fileNotFound(Object arg0)
KeyTOMLStepExecution.fileNotFound
:{0} does not exist.
.static String
WriteTOMLStep_DescriptorImpl_displayName()
KeyWriteTOMLStep.DescriptorImpl.displayName
:Write toml to a file in the workspace.
.static String
WriteTOMLStepExecution_bothReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_bothReturnTextAndFile
:You cannot provide both returnText and file to {0}.
.static String
WriteTOMLStepExecution_missingReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_missingReturnTextAndFile
:You have to provide either file or returnText to {0}.
.static String
WriteTOMLStepExecution_missingTOML(Object arg0)
KeyWriteTOMLStepExecution_missingTOML
:You have to provide a toml object to save for {0}.
.
-
-
-
Method Detail
-
ReadTOMLStepExecution_tooManyArguments
public static String ReadTOMLStepExecution_tooManyArguments(Object arg0)
KeyReadTOMLStepExecution.tooManyArguments
:At most one of file or text must be provided to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
At most one of file or text must be provided to {0}.
-
_ReadTOMLStepExecution_tooManyArguments
public static org.jvnet.localizer.Localizable _ReadTOMLStepExecution_tooManyArguments(Object arg0)
KeyReadTOMLStepExecution.tooManyArguments
:At most one of file or text must be provided to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
At most one of file or text must be provided to {0}.
-
WriteTOMLStep_DescriptorImpl_displayName
public static String WriteTOMLStep_DescriptorImpl_displayName()
KeyWriteTOMLStep.DescriptorImpl.displayName
:Write toml to a file in the workspace.
.- Returns:
Write toml to a file in the workspace.
-
_WriteTOMLStep_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _WriteTOMLStep_DescriptorImpl_displayName()
KeyWriteTOMLStep.DescriptorImpl.displayName
:Write toml to a file in the workspace.
.- Returns:
Write toml to a file in the workspace.
-
WriteTOMLStepExecution_bothReturnTextAndFile
public static String WriteTOMLStepExecution_bothReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_bothReturnTextAndFile
:You cannot provide both returnText and file to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
You cannot provide both returnText and file to {0}.
-
_WriteTOMLStepExecution_bothReturnTextAndFile
public static org.jvnet.localizer.Localizable _WriteTOMLStepExecution_bothReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_bothReturnTextAndFile
:You cannot provide both returnText and file to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
You cannot provide both returnText and file to {0}.
-
WriteTOMLStepExecution_missingTOML
public static String WriteTOMLStepExecution_missingTOML(Object arg0)
KeyWriteTOMLStepExecution_missingTOML
:You have to provide a toml object to save for {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
You have to provide a toml object to save for {0}.
-
_WriteTOMLStepExecution_missingTOML
public static org.jvnet.localizer.Localizable _WriteTOMLStepExecution_missingTOML(Object arg0)
KeyWriteTOMLStepExecution_missingTOML
:You have to provide a toml object to save for {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
You have to provide a toml object to save for {0}.
-
ReadTOMLStep_DescriptorImpl_displayName
public static String ReadTOMLStep_DescriptorImpl_displayName()
KeyReadTOMLStep.DescriptorImpl.displayName
:Read toml from files in the workspace.
.- Returns:
Read toml from files in the workspace.
-
_ReadTOMLStep_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _ReadTOMLStep_DescriptorImpl_displayName()
KeyReadTOMLStep.DescriptorImpl.displayName
:Read toml from files in the workspace.
.- Returns:
Read toml from files in the workspace.
-
TOMLStepExecution_fileIsDirectory
public static String TOMLStepExecution_fileIsDirectory(Object arg0)
KeyTOMLStepExecution.fileIsDirectory
:{0} is a directory.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is a directory.
-
_TOMLStepExecution_fileIsDirectory
public static org.jvnet.localizer.Localizable _TOMLStepExecution_fileIsDirectory(Object arg0)
KeyTOMLStepExecution.fileIsDirectory
:{0} is a directory.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} is a directory.
-
WriteTOMLStepExecution_missingReturnTextAndFile
public static String WriteTOMLStepExecution_missingReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_missingReturnTextAndFile
:You have to provide either file or returnText to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
You have to provide either file or returnText to {0}.
-
_WriteTOMLStepExecution_missingReturnTextAndFile
public static org.jvnet.localizer.Localizable _WriteTOMLStepExecution_missingReturnTextAndFile(Object arg0)
KeyWriteTOMLStepExecution_missingReturnTextAndFile
:You have to provide either file or returnText to {0}.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
You have to provide either file or returnText to {0}.
-
TOMLStepExecution_fileNotFound
public static String TOMLStepExecution_fileNotFound(Object arg0)
KeyTOMLStepExecution.fileNotFound
:{0} does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} does not exist.
-
_TOMLStepExecution_fileNotFound
public static org.jvnet.localizer.Localizable _TOMLStepExecution_fileNotFound(Object arg0)
KeyTOMLStepExecution.fileNotFound
:{0} does not exist.
.- Parameters:
arg0
- 1st format parameter,{0}
, asString.valueOf(Object)
.- Returns:
{0} does not exist.
-
-