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 Constructor Description Messages()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static org.jvnet.localizer.Localizable_JSONStepExecution_fileIsDirectory(Object arg0)KeyJSONStepExecution.fileIsDirectory:{0} is a directory..static org.jvnet.localizer.Localizable_JSONStepExecution_fileNotFound(Object arg0)KeyJSONStepExecution.fileNotFound:{0} does not exist..static org.jvnet.localizer.Localizable_ReadJSONStep_DescriptorImpl_displayName()KeyReadJSONStep.DescriptorImpl.displayName:Read JSON from files in the workspace..static org.jvnet.localizer.Localizable_ReadJSONStepExecution_tooManyArguments(Object arg0)KeyReadJSONStepExecution.tooManyArguments:At most one of file or text must be provided to {0}..static org.jvnet.localizer.Localizable_WriteJSONStep_DescriptorImpl_displayName()KeyWriteJSONStep.DescriptorImpl.displayName:Write JSON to a file in the workspace..static org.jvnet.localizer.Localizable_WriteJSONStepExecution_bothReturnTextAndFile(Object arg0)KeyWriteJSONStepExecution_bothReturnTextAndFile:You cannot provide both returnText and file to {0}..static org.jvnet.localizer.Localizable_WriteJSONStepExecution_missingJSON(Object arg0)KeyWriteJSONStepExecution_missingJSON:You have to provide a JSON object to save for {0}..static org.jvnet.localizer.Localizable_WriteJSONStepExecution_missingReturnTextAndFile(Object arg0)KeyWriteJSONStepExecution_missingReturnTextAndFile:You have to provide either file or returnText to {0}..static StringJSONStepExecution_fileIsDirectory(Object arg0)KeyJSONStepExecution.fileIsDirectory:{0} is a directory..static StringJSONStepExecution_fileNotFound(Object arg0)KeyJSONStepExecution.fileNotFound:{0} does not exist..static StringReadJSONStep_DescriptorImpl_displayName()KeyReadJSONStep.DescriptorImpl.displayName:Read JSON from files in the workspace..static StringReadJSONStepExecution_tooManyArguments(Object arg0)KeyReadJSONStepExecution.tooManyArguments:At most one of file or text must be provided to {0}..static StringWriteJSONStep_DescriptorImpl_displayName()KeyWriteJSONStep.DescriptorImpl.displayName:Write JSON to a file in the workspace..static StringWriteJSONStepExecution_bothReturnTextAndFile(Object arg0)KeyWriteJSONStepExecution_bothReturnTextAndFile:You cannot provide both returnText and file to {0}..static StringWriteJSONStepExecution_missingJSON(Object arg0)KeyWriteJSONStepExecution_missingJSON:You have to provide a JSON object to save for {0}..static StringWriteJSONStepExecution_missingReturnTextAndFile(Object arg0)KeyWriteJSONStepExecution_missingReturnTextAndFile:You have to provide either file or returnText to {0}..
-
-
-
Method Detail
-
WriteJSONStep_DescriptorImpl_displayName
public static String 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
public static String ReadJSONStep_DescriptorImpl_displayName()
KeyReadJSONStep.DescriptorImpl.displayName:Read JSON from files in the workspace..- Returns:
Read JSON from files in the workspace.
-
_ReadJSONStep_DescriptorImpl_displayName
public static org.jvnet.localizer.Localizable _ReadJSONStep_DescriptorImpl_displayName()
KeyReadJSONStep.DescriptorImpl.displayName:Read JSON from files in the workspace..- Returns:
Read JSON from files in the workspace.
-
WriteJSONStepExecution_missingReturnTextAndFile
public static String 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_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
public static String 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}.
-
_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
public static String ReadJSONStepExecution_tooManyArguments(Object arg0)
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
public static org.jvnet.localizer.Localizable _ReadJSONStepExecution_tooManyArguments(Object arg0)
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
public static String JSONStepExecution_fileIsDirectory(Object arg0)
KeyJSONStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
_JSONStepExecution_fileIsDirectory
public static org.jvnet.localizer.Localizable _JSONStepExecution_fileIsDirectory(Object arg0)
KeyJSONStepExecution.fileIsDirectory:{0} is a directory..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is a directory.
-
JSONStepExecution_fileNotFound
public static String JSONStepExecution_fileNotFound(Object arg0)
KeyJSONStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-
_JSONStepExecution_fileNotFound
public static org.jvnet.localizer.Localizable _JSONStepExecution_fileNotFound(Object arg0)
KeyJSONStepExecution.fileNotFound:{0} does not exist..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} does not exist.
-
WriteJSONStepExecution_missingJSON
public static String WriteJSONStepExecution_missingJSON(Object arg0)
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
public static org.jvnet.localizer.Localizable _WriteJSONStepExecution_missingJSON(Object arg0)
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}.
-
-