Class Messages
java.lang.Object
org.jenkinsci.plugins.pipeline.utility.steps.json.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.LocalizableKeyJSONStepExecution.fileIsDirectory:{0} is a directory..static org.jvnet.localizer.LocalizableKeyJSONStepExecution.fileNotFound:{0} does not exist..static org.jvnet.localizer.LocalizableKeyReadJSONStep.DescriptorImpl.displayName:Read JSON from a file in the workspace or text..static org.jvnet.localizer.LocalizableKeyReadJSONStepExecution.tooManyArguments:At most one of file or text must be provided to {0}..static org.jvnet.localizer.LocalizableKeyWriteJSONStep.DescriptorImpl.displayName:Write JSON to a file in the workspace..static org.jvnet.localizer.LocalizableKeyWriteJSONStepExecution_bothReturnTextAndFile:You cannot provide both returnText and file to {0}..static org.jvnet.localizer.LocalizableKeyWriteJSONStepExecution_missingJSON:You have to provide a JSON object to save for {0}..static org.jvnet.localizer.LocalizableKeyWriteJSONStepExecution_missingReturnTextAndFile:You have to provide either file or returnText to {0}..static StringKeyJSONStepExecution.fileIsDirectory:{0} is a directory..static StringKeyJSONStepExecution.fileNotFound:{0} does not exist..static StringKeyReadJSONStep.DescriptorImpl.displayName:Read JSON from a file in the workspace or text..static StringKeyReadJSONStepExecution.tooManyArguments:At most one of file or text must be provided to {0}..static StringKeyWriteJSONStep.DescriptorImpl.displayName:Write JSON to a file in the workspace..static StringKeyWriteJSONStepExecution_bothReturnTextAndFile:You cannot provide both returnText and file to {0}..static StringKeyWriteJSONStepExecution_missingJSON:You have to provide a JSON object to save for {0}..static StringKeyWriteJSONStepExecution_missingReturnTextAndFile:You have to provide either file or returnText to {0}..
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
WriteJSONStep_DescriptorImpl_displayName
KeyWriteJSONStep.DescriptorImpl.displayName:Write JSON to a file in the workspace..- Returns:
Write JSON to a file in the workspace.
-
_WriteJSONStep_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _WriteJSONStep_DescriptorImpl_displayName()KeyWriteJSONStep.DescriptorImpl.displayName:Write JSON to a file in the workspace..- Returns:
Write JSON to a file in the workspace.
-
ReadJSONStep_DescriptorImpl_displayName
KeyReadJSONStep.DescriptorImpl.displayName:Read JSON from a file in the workspace or text..- Returns:
Read JSON from a file in the workspace or text.
-
_ReadJSONStep_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _ReadJSONStep_DescriptorImpl_displayName()KeyReadJSONStep.DescriptorImpl.displayName:Read JSON from a file in the workspace or text..- Returns:
Read JSON from a file in the workspace or text.
-
WriteJSONStepExecution_missingReturnTextAndFile
KeyWriteJSONStepExecution_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}.
-
_WriteJSONStepExecution_missingReturnTextAndFile
public static org.jvnet.localizer.Localizable _WriteJSONStepExecution_missingReturnTextAndFile(Object arg0) KeyWriteJSONStepExecution_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}.
-
WriteJSONStepExecution_bothReturnTextAndFile
KeyWriteJSONStepExecution_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}.
-
_WriteJSONStepExecution_bothReturnTextAndFile
public static org.jvnet.localizer.Localizable _WriteJSONStepExecution_bothReturnTextAndFile(Object arg0) KeyWriteJSONStepExecution_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}.
-
ReadJSONStepExecution_tooManyArguments
KeyReadJSONStepExecution.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}.
-
_ReadJSONStepExecution_tooManyArguments
KeyReadJSONStepExecution.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}.
-
JSONStepExecution_fileIsDirectory
KeyJSONStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
_JSONStepExecution_fileIsDirectory
KeyJSONStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
JSONStepExecution_fileNotFound
KeyJSONStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-
_JSONStepExecution_fileNotFound
KeyJSONStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-
WriteJSONStepExecution_missingJSON
KeyWriteJSONStepExecution_missingJSON:You have to provide a JSON object to save for {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
You have to provide a JSON object to save for {0}.
-
_WriteJSONStepExecution_missingJSON
KeyWriteJSONStepExecution_missingJSON:You have to provide a JSON object to save for {0}..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
You have to provide a JSON object to save for {0}.
-