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 -
Method Summary
Modifier and TypeMethodDescriptionstatic org.jvnet.localizer.LocalizableKeyReadTOMLStep.DescriptorImpl.displayName:Read toml from a file in the workspace or text..static org.jvnet.localizer.LocalizableKeyReadTOMLStepExecution.tooManyArguments:At most one of file or text must be provided to {0}..static org.jvnet.localizer.LocalizableKeyTOMLStepExecution.fileIsDirectory:{0} is a directory..static org.jvnet.localizer.LocalizableKeyTOMLStepExecution.fileNotFound:{0} does not exist..static org.jvnet.localizer.LocalizableKeyWriteTOMLStep.DescriptorImpl.displayName:Write toml to a file in the workspace..static org.jvnet.localizer.LocalizableKeyWriteTOMLStepExecution_bothReturnTextAndFile:You cannot provide both returnText and file to {0}..static org.jvnet.localizer.LocalizableKeyWriteTOMLStepExecution_missingReturnTextAndFile:You have to provide either file or returnText to {0}..static org.jvnet.localizer.LocalizableKeyWriteTOMLStepExecution_missingTOML:You have to provide a toml object to save for {0}..static StringKeyReadTOMLStep.DescriptorImpl.displayName:Read toml from a file in the workspace or text..static StringKeyReadTOMLStepExecution.tooManyArguments:At most one of file or text must be provided to {0}..static StringKeyTOMLStepExecution.fileIsDirectory:{0} is a directory..static StringKeyTOMLStepExecution.fileNotFound:{0} does not exist..static StringKeyWriteTOMLStep.DescriptorImpl.displayName:Write toml to a file in the workspace..static StringKeyWriteTOMLStepExecution_bothReturnTextAndFile:You cannot provide both returnText and file to {0}..static StringKeyWriteTOMLStepExecution_missingReturnTextAndFile:You have to provide either file or returnText to {0}..static StringKeyWriteTOMLStepExecution_missingTOML:You have to provide a toml object to save for {0}..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ReadTOMLStepExecution_tooManyArguments
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
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
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
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
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
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
KeyReadTOMLStep.DescriptorImpl.displayName:Read toml from a file in the workspace or text..- Returns:
Read toml from a file in the workspace or text.
-
_ReadTOMLStep_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _ReadTOMLStep_DescriptorImpl_displayName()KeyReadTOMLStep.DescriptorImpl.displayName:Read toml from a file in the workspace or text..- Returns:
Read toml from a file in the workspace or text.
-
TOMLStepExecution_fileIsDirectory
KeyTOMLStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
_TOMLStepExecution_fileIsDirectory
KeyTOMLStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
WriteTOMLStepExecution_missingReturnTextAndFile
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
KeyTOMLStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-
_TOMLStepExecution_fileNotFound
KeyTOMLStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-