Class Messages


  • @Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
    public class Messages
    extends Object
    Generated localization support class.
    • Constructor Detail

      • Messages

        public Messages()
    • Method Detail

      • WriteJSONStep_DescriptorImpl_displayName

        public static String WriteJSONStep_DescriptorImpl_displayName()
        Key WriteJSONStep.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()
        Key WriteJSONStep.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()
        Key ReadJSONStep.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()
        Key ReadJSONStep.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)
        Key WriteJSONStepExecution_missingReturnTextAndFile: You have to provide either file or returnText to {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.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)
        Key WriteJSONStepExecution_missingReturnTextAndFile: You have to provide either file or returnText to {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        You have to provide either file or returnText to {0}.
      • WriteJSONStepExecution_bothReturnTextAndFile

        public static String WriteJSONStepExecution_bothReturnTextAndFile​(Object arg0)
        Key WriteJSONStepExecution_bothReturnTextAndFile: You cannot provide both returnText and file to {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        You cannot provide both returnText and file to {0}.
      • _WriteJSONStepExecution_bothReturnTextAndFile

        public static org.jvnet.localizer.Localizable _WriteJSONStepExecution_bothReturnTextAndFile​(Object arg0)
        Key WriteJSONStepExecution_bothReturnTextAndFile: You cannot provide both returnText and file to {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        You cannot provide both returnText and file to {0}.
      • ReadJSONStepExecution_tooManyArguments

        public static String ReadJSONStepExecution_tooManyArguments​(Object arg0)
        Key ReadJSONStepExecution.tooManyArguments: At most one of file or text must be provided to {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.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)
        Key ReadJSONStepExecution.tooManyArguments: At most one of file or text must be provided to {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        At most one of file or text must be provided to {0}.
      • JSONStepExecution_fileIsDirectory

        public static String JSONStepExecution_fileIsDirectory​(Object arg0)
        Key JSONStepExecution.fileIsDirectory: {0} is a directory..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is a directory.
      • _JSONStepExecution_fileIsDirectory

        public static org.jvnet.localizer.Localizable _JSONStepExecution_fileIsDirectory​(Object arg0)
        Key JSONStepExecution.fileIsDirectory: {0} is a directory..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is a directory.
      • JSONStepExecution_fileNotFound

        public static String JSONStepExecution_fileNotFound​(Object arg0)
        Key JSONStepExecution.fileNotFound: {0} does not exist..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} does not exist.
      • _JSONStepExecution_fileNotFound

        public static org.jvnet.localizer.Localizable _JSONStepExecution_fileNotFound​(Object arg0)
        Key JSONStepExecution.fileNotFound: {0} does not exist..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} does not exist.
      • WriteJSONStepExecution_missingJSON

        public static String WriteJSONStepExecution_missingJSON​(Object arg0)
        Key WriteJSONStepExecution_missingJSON: You have to provide a JSON object to save for {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.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)
        Key WriteJSONStepExecution_missingJSON: You have to provide a JSON object to save for {0}..
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        You have to provide a JSON object to save for {0}.