Package hudson.tasks

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

      • ArtifactArchiver_ARCHIVING_ARTIFACTS

        public static String ArtifactArchiver_ARCHIVING_ARTIFACTS()
        Key ArtifactArchiver.ARCHIVING_ARTIFACTS: Archiving artifacts.
        Returns:
        Archiving artifacts
      • _ArtifactArchiver_ARCHIVING_ARTIFACTS

        public static org.jvnet.localizer.Localizable _ArtifactArchiver_ARCHIVING_ARTIFACTS()
        Key ArtifactArchiver.ARCHIVING_ARTIFACTS: Archiving artifacts.
        Returns:
        Archiving artifacts
      • Shell_invalid_exit_code_zero

        public static String Shell_invalid_exit_code_zero()
        Key Shell.invalid_exit_code_zero: Exit code zero is ignored and does not make the build unstable.
        Returns:
        Exit code zero is ignored and does not make the build unstable
      • _Shell_invalid_exit_code_zero

        public static org.jvnet.localizer.Localizable _Shell_invalid_exit_code_zero()
        Key Shell.invalid_exit_code_zero: Exit code zero is ignored and does not make the build unstable.
        Returns:
        Exit code zero is ignored and does not make the build unstable
      • JavadocArchiver_DisplayName_Javadoc

        public static String JavadocArchiver_DisplayName_Javadoc()
        Key JavadocArchiver.DisplayName.Javadoc: Javadoc.
        Returns:
        Javadoc
      • _JavadocArchiver_DisplayName_Javadoc

        public static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName_Javadoc()
        Key JavadocArchiver.DisplayName.Javadoc: Javadoc.
        Returns:
        Javadoc
      • Maven_DisplayName

        public static String Maven_DisplayName()
        Key Maven.DisplayName: Invoke top-level Maven targets.
        Returns:
        Invoke top-level Maven targets
      • _Maven_DisplayName

        public static org.jvnet.localizer.Localizable _Maven_DisplayName()
        Key Maven.DisplayName: Invoke top-level Maven targets.
        Returns:
        Invoke top-level Maven targets
      • JavadocArchiver_NoMatchFound

        public static String JavadocArchiver_NoMatchFound​(Object arg0,
                                                          Object arg1)
        Key JavadocArchiver.NoMatchFound: No javadoc found in {0}: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No javadoc found in {0}: {1}
      • _JavadocArchiver_NoMatchFound

        public static org.jvnet.localizer.Localizable _JavadocArchiver_NoMatchFound​(Object arg0,
                                                                                    Object arg1)
        Key JavadocArchiver.NoMatchFound: No javadoc found in {0}: {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No javadoc found in {0}: {1}
      • Shell_invalid_exit_code_range

        public static String Shell_invalid_exit_code_range​(Object arg0)
        Key Shell.invalid_exit_code_range: Invalid exit code value: {0}. Check help section.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Invalid exit code value: {0}. Check help section
      • _Shell_invalid_exit_code_range

        public static org.jvnet.localizer.Localizable _Shell_invalid_exit_code_range​(Object arg0)
        Key Shell.invalid_exit_code_range: Invalid exit code value: {0}. Check help section.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Invalid exit code value: {0}. Check help section
      • BuildTrigger_you_have_no_permission_to_build_

        public static String BuildTrigger_you_have_no_permission_to_build_​(Object arg0)
        Key BuildTrigger.you_have_no_permission_to_build_: You have no permission to build {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        You have no permission to build {0}
      • _BuildTrigger_you_have_no_permission_to_build_

        public static org.jvnet.localizer.Localizable _BuildTrigger_you_have_no_permission_to_build_​(Object arg0)
        Key BuildTrigger.you_have_no_permission_to_build_: You have no permission to build {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        You have no permission to build {0}
      • Maven_NoExecutable

        public static String Maven_NoExecutable​(Object arg0)
        Key Maven.NoExecutable: Couldn’t find any executable in {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Couldn’t find any executable in {0}
      • _Maven_NoExecutable

        public static org.jvnet.localizer.Localizable _Maven_NoExecutable​(Object arg0)
        Key Maven.NoExecutable: Couldn’t find any executable in {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Couldn’t find any executable in {0}
      • Fingerprinter_FailedFor

        public static String Fingerprinter_FailedFor​(Object arg0)
        Key Fingerprinter.FailedFor: failed to record fingerprint for {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        failed to record fingerprint for {0}
      • _Fingerprinter_FailedFor

        public static org.jvnet.localizer.Localizable _Fingerprinter_FailedFor​(Object arg0)
        Key Fingerprinter.FailedFor: failed to record fingerprint for {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        failed to record fingerprint for {0}
      • Maven_NotMavenDirectory

        public static String Maven_NotMavenDirectory​(Object arg0)
        Key Maven.NotMavenDirectory: {0} doesn’t look like a Maven directory.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} doesn’t look like a Maven directory
      • _Maven_NotMavenDirectory

        public static org.jvnet.localizer.Localizable _Maven_NotMavenDirectory​(Object arg0)
        Key Maven.NotMavenDirectory: {0} doesn’t look like a Maven directory.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} doesn’t look like a Maven directory
      • BatchFile_DisplayName

        public static String BatchFile_DisplayName()
        Key BatchFile.DisplayName: Execute Windows batch command.
        Returns:
        Execute Windows batch command
      • _BatchFile_DisplayName

        public static org.jvnet.localizer.Localizable _BatchFile_DisplayName()
        Key BatchFile.DisplayName: Execute Windows batch command.
        Returns:
        Execute Windows batch command
      • BatchFile_invalid_exit_code_zero

        public static String BatchFile_invalid_exit_code_zero()
        Key BatchFile.invalid_exit_code_zero: ERRORLEVEL zero is ignored and does not make the build unstable.
        Returns:
        ERRORLEVEL zero is ignored and does not make the build unstable
      • _BatchFile_invalid_exit_code_zero

        public static org.jvnet.localizer.Localizable _BatchFile_invalid_exit_code_zero()
        Key BatchFile.invalid_exit_code_zero: ERRORLEVEL zero is ignored and does not make the build unstable.
        Returns:
        ERRORLEVEL zero is ignored and does not make the build unstable
      • Ant_GlobalConfigNeeded

        public static String Ant_GlobalConfigNeeded()
        Key Ant.GlobalConfigNeeded: Maybe you need to configure where your Ant installations are?.
        Returns:
        Maybe you need to configure where your Ant installations are?
      • _Ant_GlobalConfigNeeded

        public static org.jvnet.localizer.Localizable _Ant_GlobalConfigNeeded()
        Key Ant.GlobalConfigNeeded: Maybe you need to configure where your Ant installations are?.
        Returns:
        Maybe you need to configure where your Ant installations are?
      • BuildTrigger_Disabled

        public static String BuildTrigger_Disabled​(Object arg0)
        Key BuildTrigger.Disabled: {0} is disabled. Triggering skipped.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is disabled. Triggering skipped
      • _BuildTrigger_Disabled

        public static org.jvnet.localizer.Localizable _BuildTrigger_Disabled​(Object arg0)
        Key BuildTrigger.Disabled: {0} is disabled. Triggering skipped.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is disabled. Triggering skipped
      • BuildTrigger_ok_ancestor_is_null

        public static String BuildTrigger_ok_ancestor_is_null()
        Key BuildTrigger.ok_ancestor_is_null: Ancestor/Context Unknown: the project specified cannot be validated.
        Returns:
        Ancestor/Context Unknown: the project specified cannot be validated
      • _BuildTrigger_ok_ancestor_is_null

        public static org.jvnet.localizer.Localizable _BuildTrigger_ok_ancestor_is_null()
        Key BuildTrigger.ok_ancestor_is_null: Ancestor/Context Unknown: the project specified cannot be validated.
        Returns:
        Ancestor/Context Unknown: the project specified cannot be validated
      • Maven_ExecFailed

        public static String Maven_ExecFailed()
        Key Maven.ExecFailed: command execution failed.
        Returns:
        command execution failed
      • _Maven_ExecFailed

        public static org.jvnet.localizer.Localizable _Maven_ExecFailed()
        Key Maven.ExecFailed: command execution failed.
        Returns:
        command execution failed
      • BuildTrigger_NoProjectSpecified

        public static String BuildTrigger_NoProjectSpecified()
        Key BuildTrigger.NoProjectSpecified: No project specified.
        Returns:
        No project specified
      • _BuildTrigger_NoProjectSpecified

        public static org.jvnet.localizer.Localizable _BuildTrigger_NoProjectSpecified()
        Key BuildTrigger.NoProjectSpecified: No project specified.
        Returns:
        No project specified
      • TestJavadocArchiver_DisplayName_Javadoc

        public static String TestJavadocArchiver_DisplayName_Javadoc()
        Key TestJavadocArchiver.DisplayName.Javadoc: Test Javadoc.
        Returns:
        Test Javadoc
      • _TestJavadocArchiver_DisplayName_Javadoc

        public static org.jvnet.localizer.Localizable _TestJavadocArchiver_DisplayName_Javadoc()
        Key TestJavadocArchiver.DisplayName.Javadoc: Test Javadoc.
        Returns:
        Test Javadoc
      • CommandInterpreter_UnableToProduceScript

        public static String CommandInterpreter_UnableToProduceScript()
        Key CommandInterpreter.UnableToProduceScript: Unable to produce a script file.
        Returns:
        Unable to produce a script file
      • _CommandInterpreter_UnableToProduceScript

        public static org.jvnet.localizer.Localizable _CommandInterpreter_UnableToProduceScript()
        Key CommandInterpreter.UnableToProduceScript: Unable to produce a script file.
        Returns:
        Unable to produce a script file
      • Fingerprinter_DigestFailed

        public static String Fingerprinter_DigestFailed​(Object arg0)
        Key Fingerprinter.DigestFailed: Failed to compute digest for {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Failed to compute digest for {0}
      • _Fingerprinter_DigestFailed

        public static org.jvnet.localizer.Localizable _Fingerprinter_DigestFailed​(Object arg0)
        Key Fingerprinter.DigestFailed: Failed to compute digest for {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Failed to compute digest for {0}
      • Fingerprinter_Failed

        public static String Fingerprinter_Failed()
        Key Fingerprinter.Failed: Failed to record fingerprints.
        Returns:
        Failed to record fingerprints
      • _Fingerprinter_Failed

        public static org.jvnet.localizer.Localizable _Fingerprinter_Failed()
        Key Fingerprinter.Failed: Failed to record fingerprints.
        Returns:
        Failed to record fingerprints
      • Ant_ProjectConfigNeeded

        public static String Ant_ProjectConfigNeeded()
        Key Ant.ProjectConfigNeeded: Maybe you need to configure the job to choose one of your Ant installations?.
        Returns:
        Maybe you need to configure the job to choose one of your Ant installations?
      • _Ant_ProjectConfigNeeded

        public static org.jvnet.localizer.Localizable _Ant_ProjectConfigNeeded()
        Key Ant.ProjectConfigNeeded: Maybe you need to configure the job to choose one of your Ant installations?.
        Returns:
        Maybe you need to configure the job to choose one of your Ant installations?
      • Ant_ExecFailed

        public static String Ant_ExecFailed()
        Key Ant.ExecFailed: command execution failed..
        Returns:
        command execution failed.
      • _Ant_ExecFailed

        public static org.jvnet.localizer.Localizable _Ant_ExecFailed()
        Key Ant.ExecFailed: command execution failed..
        Returns:
        command execution failed.
      • Fingerprinter_Recording

        public static String Fingerprinter_Recording()
        Key Fingerprinter.Recording: Recording fingerprints.
        Returns:
        Recording fingerprints
      • _Fingerprinter_Recording

        public static org.jvnet.localizer.Localizable _Fingerprinter_Recording()
        Key Fingerprinter.Recording: Recording fingerprints.
        Returns:
        Recording fingerprints
      • BatchFile_invalid_exit_code_range

        public static String BatchFile_invalid_exit_code_range​(Object arg0)
        Key BatchFile.invalid_exit_code_range: Invalid errorlevel value: {0}. Check help section.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Invalid errorlevel value: {0}. Check help section
      • _BatchFile_invalid_exit_code_range

        public static org.jvnet.localizer.Localizable _BatchFile_invalid_exit_code_range​(Object arg0)
        Key BatchFile.invalid_exit_code_range: Invalid errorlevel value: {0}. Check help section.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Invalid errorlevel value: {0}. Check help section
      • Fingerprinter_Aborted

        public static String Fingerprinter_Aborted()
        Key Fingerprinter.Aborted: Aborted.
        Returns:
        Aborted
      • _Fingerprinter_Aborted

        public static org.jvnet.localizer.Localizable _Fingerprinter_Aborted()
        Key Fingerprinter.Aborted: Aborted.
        Returns:
        Aborted
      • Ant_DisplayName

        public static String Ant_DisplayName()
        Key Ant.DisplayName: Invoke Ant.
        Returns:
        Invoke Ant
      • _Ant_DisplayName

        public static org.jvnet.localizer.Localizable _Ant_DisplayName()
        Key Ant.DisplayName: Invoke Ant.
        Returns:
        Invoke Ant
      • InstallFromApache

        public static String InstallFromApache()
        Key InstallFromApache: Install from Apache.
        Returns:
        Install from Apache
      • _InstallFromApache

        public static org.jvnet.localizer.Localizable _InstallFromApache()
        Key InstallFromApache: Install from Apache.
        Returns:
        Install from Apache
      • Ant_NotAntDirectory

        public static String Ant_NotAntDirectory​(Object arg0)
        Key Ant.NotAntDirectory: {0} doesn’t look like an Ant directory.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} doesn’t look like an Ant directory
      • _Ant_NotAntDirectory

        public static org.jvnet.localizer.Localizable _Ant_NotAntDirectory​(Object arg0)
        Key Ant.NotAntDirectory: {0} doesn’t look like an Ant directory.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} doesn’t look like an Ant directory
      • Shell_DisplayName

        public static String Shell_DisplayName()
        Key Shell.DisplayName: Execute shell.
        Returns:
        Execute shell
      • _Shell_DisplayName

        public static org.jvnet.localizer.Localizable _Shell_DisplayName()
        Key Shell.DisplayName: Execute shell.
        Returns:
        Execute shell
      • Fingerprinter_DisplayName

        public static String Fingerprinter_DisplayName()
        Key Fingerprinter.DisplayName: Record fingerprints of files to track usage.
        Returns:
        Record fingerprints of files to track usage
      • _Fingerprinter_DisplayName

        public static org.jvnet.localizer.Localizable _Fingerprinter_DisplayName()
        Key Fingerprinter.DisplayName: Record fingerprints of files to track usage.
        Returns:
        Record fingerprints of files to track usage
      • BuildTrigger_NotBuildable

        public static String BuildTrigger_NotBuildable​(Object arg0)
        Key BuildTrigger.NotBuildable: {0} is not buildable.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is not buildable
      • _BuildTrigger_NotBuildable

        public static org.jvnet.localizer.Localizable _BuildTrigger_NotBuildable​(Object arg0)
        Key BuildTrigger.NotBuildable: {0} is not buildable.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is not buildable
      • Ant_NotADirectory

        public static String Ant_NotADirectory​(Object arg0)
        Key Ant.NotADirectory: {0} is not a directory.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is not a directory
      • _Ant_NotADirectory

        public static org.jvnet.localizer.Localizable _Ant_NotADirectory​(Object arg0)
        Key Ant.NotADirectory: {0} is not a directory.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is not a directory
      • BuildTrigger_NoSuchProject

        public static String BuildTrigger_NoSuchProject​(Object arg0,
                                                        Object arg1)
        Key BuildTrigger.NoSuchProject: No such project ‘{0}’. Did you mean ‘{1}’?.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No such project ‘{0}’. Did you mean ‘{1}’?
      • _BuildTrigger_NoSuchProject

        public static org.jvnet.localizer.Localizable _BuildTrigger_NoSuchProject​(Object arg0,
                                                                                  Object arg1)
        Key BuildTrigger.NoSuchProject: No such project ‘{0}’. Did you mean ‘{1}’?.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No such project ‘{0}’. Did you mean ‘{1}’?
      • CommandInterpreter_CommandFailed

        public static String CommandInterpreter_CommandFailed()
        Key CommandInterpreter.CommandFailed: command execution failed.
        Returns:
        command execution failed
      • _CommandInterpreter_CommandFailed

        public static org.jvnet.localizer.Localizable _CommandInterpreter_CommandFailed()
        Key CommandInterpreter.CommandFailed: command execution failed.
        Returns:
        command execution failed
      • ArtifactArchiver_NoIncludes

        public static String ArtifactArchiver_NoIncludes()
        Key ArtifactArchiver.NoIncludes: No artifacts are configured for archiving. You probably forgot to set the file pattern, so please go back to the configuration and specify it. If you really did mean to archive all the files in the workspace, please specify "**".
        Returns:
        No artifacts are configured for archiving. You probably forgot to set the file pattern, so please go back to the configuration and specify it. If you really did mean to archive all the files in the workspace, please specify "**"
      • _ArtifactArchiver_NoIncludes

        public static org.jvnet.localizer.Localizable _ArtifactArchiver_NoIncludes()
        Key ArtifactArchiver.NoIncludes: No artifacts are configured for archiving. You probably forgot to set the file pattern, so please go back to the configuration and specify it. If you really did mean to archive all the files in the workspace, please specify "**".
        Returns:
        No artifacts are configured for archiving. You probably forgot to set the file pattern, so please go back to the configuration and specify it. If you really did mean to archive all the files in the workspace, please specify "**"
      • Fingerprinter_Action_DisplayName

        public static String Fingerprinter_Action_DisplayName()
        Key Fingerprinter.Action.DisplayName: See Fingerprints.
        Returns:
        See Fingerprints
      • _Fingerprinter_Action_DisplayName

        public static org.jvnet.localizer.Localizable _Fingerprinter_Action_DisplayName()
        Key Fingerprinter.Action.DisplayName: See Fingerprints.
        Returns:
        See Fingerprints
      • JavadocArchiver_UnableToCopy

        public static String JavadocArchiver_UnableToCopy​(Object arg0,
                                                          Object arg1)
        Key JavadocArchiver.UnableToCopy: Unable to copy Javadoc from {0} to {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to copy Javadoc from {0} to {1}
      • _JavadocArchiver_UnableToCopy

        public static org.jvnet.localizer.Localizable _JavadocArchiver_UnableToCopy​(Object arg0,
                                                                                    Object arg1)
        Key JavadocArchiver.UnableToCopy: Unable to copy Javadoc from {0} to {1}.
        Parameters:
        arg1 - 2nd format parameter, {1}, as String.valueOf(Object).
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to copy Javadoc from {0} to {1}
      • BuildTrigger_DisplayName

        public static String BuildTrigger_DisplayName()
        Key BuildTrigger.DisplayName: Build other projects.
        Returns:
        Build other projects
      • _BuildTrigger_DisplayName

        public static org.jvnet.localizer.Localizable _BuildTrigger_DisplayName()
        Key BuildTrigger.DisplayName: Build other projects.
        Returns:
        Build other projects
      • JavadocArchiver_Publishing

        public static String JavadocArchiver_Publishing()
        Key JavadocArchiver.Publishing: Publishing Javadoc.
        Returns:
        Publishing Javadoc
      • _JavadocArchiver_Publishing

        public static org.jvnet.localizer.Localizable _JavadocArchiver_Publishing()
        Key JavadocArchiver.Publishing: Publishing Javadoc.
        Returns:
        Publishing Javadoc
      • BuildTrigger_InQueue

        public static String BuildTrigger_InQueue​(Object arg0)
        Key BuildTrigger.InQueue: {0} is already in the queue.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is already in the queue
      • _BuildTrigger_InQueue

        public static org.jvnet.localizer.Localizable _BuildTrigger_InQueue​(Object arg0)
        Key BuildTrigger.InQueue: {0} is already in the queue.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        {0} is already in the queue
      • CommandInterpreter_UnableToDelete

        public static String CommandInterpreter_UnableToDelete​(Object arg0)
        Key CommandInterpreter.UnableToDelete: Unable to delete script file {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to delete script file {0}
      • _CommandInterpreter_UnableToDelete

        public static org.jvnet.localizer.Localizable _CommandInterpreter_UnableToDelete​(Object arg0)
        Key CommandInterpreter.UnableToDelete: Unable to delete script file {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Unable to delete script file {0}
      • ArtifactArchiver_SkipBecauseOnlyIfSuccessful

        public static String ArtifactArchiver_SkipBecauseOnlyIfSuccessful()
        Key ArtifactArchiver.SkipBecauseOnlyIfSuccessful: Skipped archiving because build is not successful.
        Returns:
        Skipped archiving because build is not successful
      • _ArtifactArchiver_SkipBecauseOnlyIfSuccessful

        public static org.jvnet.localizer.Localizable _ArtifactArchiver_SkipBecauseOnlyIfSuccessful()
        Key ArtifactArchiver.SkipBecauseOnlyIfSuccessful: Skipped archiving because build is not successful.
        Returns:
        Skipped archiving because build is not successful
      • ArtifactArchiver_NoMatchFound

        public static String ArtifactArchiver_NoMatchFound​(Object arg0)
        Key ArtifactArchiver.NoMatchFound: No artifacts found that match the file pattern "{0}". Configuration error?.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No artifacts found that match the file pattern "{0}". Configuration error?
      • _ArtifactArchiver_NoMatchFound

        public static org.jvnet.localizer.Localizable _ArtifactArchiver_NoMatchFound​(Object arg0)
        Key ArtifactArchiver.NoMatchFound: No artifacts found that match the file pattern "{0}". Configuration error?.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        No artifacts found that match the file pattern "{0}". Configuration error?
      • JavadocArchiver_DisplayName_Generic

        public static String JavadocArchiver_DisplayName_Generic()
        Key JavadocArchiver.DisplayName.Generic: Document.
        Returns:
        Document
      • _JavadocArchiver_DisplayName_Generic

        public static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName_Generic()
        Key JavadocArchiver.DisplayName.Generic: Document.
        Returns:
        Document
      • ArtifactArchiver_DisplayName

        public static String ArtifactArchiver_DisplayName()
        Key ArtifactArchiver.DisplayName: Archive the artifacts.
        Returns:
        Archive the artifacts
      • _ArtifactArchiver_DisplayName

        public static org.jvnet.localizer.Localizable _ArtifactArchiver_DisplayName()
        Key ArtifactArchiver.DisplayName: Archive the artifacts.
        Returns:
        Archive the artifacts
      • JavadocArchiver_DisplayName

        public static String JavadocArchiver_DisplayName()
        Key JavadocArchiver.DisplayName: Publish Javadoc.
        Returns:
        Publish Javadoc
      • _JavadocArchiver_DisplayName

        public static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName()
        Key JavadocArchiver.DisplayName: Publish Javadoc.
        Returns:
        Publish Javadoc
      • Ant_ExecutableNotFound

        public static String Ant_ExecutableNotFound​(Object arg0)
        Key Ant.ExecutableNotFound: Cannot find executable from the chosen Ant installation "{0}".
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Cannot find executable from the chosen Ant installation "{0}"
      • _Ant_ExecutableNotFound

        public static org.jvnet.localizer.Localizable _Ant_ExecutableNotFound​(Object arg0)
        Key Ant.ExecutableNotFound: Cannot find executable from the chosen Ant installation "{0}".
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Cannot find executable from the chosen Ant installation "{0}"
      • BuildTrigger_Triggering

        public static String BuildTrigger_Triggering​(Object arg0)
        Key BuildTrigger.Triggering: Triggering a new build of {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Triggering a new build of {0}
      • _BuildTrigger_Triggering

        public static org.jvnet.localizer.Localizable _BuildTrigger_Triggering​(Object arg0)
        Key BuildTrigger.Triggering: Triggering a new build of {0}.
        Parameters:
        arg0 - 1st format parameter, {0}, as String.valueOf(Object).
        Returns:
        Triggering a new build of {0}