hudson.tasks
Class Messages

java.lang.Object
  extended by hudson.tasks.Messages

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _Ant_DisplayName()
          Invoke Ant
static org.jvnet.localizer.Localizable _Ant_ExecFailed()
          command execution failed.
static org.jvnet.localizer.Localizable _Ant_ExecutableNotFound(Object arg1)
          Cannot find executable from the chosen Ant installation "{0}"
static org.jvnet.localizer.Localizable _Ant_GlobalConfigNeeded()
          Maybe you need to configure where your Ant installations are?
static org.jvnet.localizer.Localizable _Ant_NotADirectory(Object arg1)
          {0} is not a directory
static org.jvnet.localizer.Localizable _Ant_NotAntDirectory(Object arg1)
          {0} doesn''t look like an Ant directory
static org.jvnet.localizer.Localizable _Ant_ProjectConfigNeeded()
          Maybe you need to configure the job to choose one of your Ant installations?
static org.jvnet.localizer.Localizable _ArtifactArchiver_ARCHIVING_ARTIFACTS()
          Archiving artifacts
static org.jvnet.localizer.Localizable _ArtifactArchiver_DeletingOld(Object arg1)
          Deleting old artifacts from {0}
static org.jvnet.localizer.Localizable _ArtifactArchiver_DisplayName()
          Archive the artifacts
static org.jvnet.localizer.Localizable _ArtifactArchiver_FailedToArchive(Object arg1)
          Failed to archive artifacts: {0}
static org.jvnet.localizer.Localizable _ArtifactArchiver_NoIncludes()
          No artifacts are configured for archiving.
static org.jvnet.localizer.Localizable _ArtifactArchiver_NoMatchFound(Object arg1)
          No artifacts found that match the file pattern "{0}".
static org.jvnet.localizer.Localizable _BatchFile_DisplayName()
          Execute Windows batch command
static org.jvnet.localizer.Localizable _BuildTrigger_Disabled(Object arg1)
          {0} is disabled.
static org.jvnet.localizer.Localizable _BuildTrigger_DisplayName()
          Build other projects
static org.jvnet.localizer.Localizable _BuildTrigger_InQueue(Object arg1)
          {0} is already in the queue
static org.jvnet.localizer.Localizable _BuildTrigger_NoProjectSpecified()
          No project specified
static org.jvnet.localizer.Localizable _BuildTrigger_NoSuchProject(Object arg1, Object arg2)
          No such project ''{0}''.
static org.jvnet.localizer.Localizable _BuildTrigger_NotBuildable(Object arg1)
          {0} is not buildable
static org.jvnet.localizer.Localizable _BuildTrigger_Triggering(Object arg1)
          Triggering a new build of {0}
static org.jvnet.localizer.Localizable _BuildTrigger_you_have_no_permission_to_build_(Object arg1)
          You have no permission to build {0}
static org.jvnet.localizer.Localizable _CommandInterpreter_CommandFailed()
          command execution failed
static org.jvnet.localizer.Localizable _CommandInterpreter_UnableToDelete(Object arg1)
          Unable to delete script file {0}
static org.jvnet.localizer.Localizable _CommandInterpreter_UnableToProduceScript()
          Unable to produce a script file
static org.jvnet.localizer.Localizable _Fingerprinter_Aborted()
          Aborted
static org.jvnet.localizer.Localizable _Fingerprinter_Action_DisplayName()
          See Fingerprints
static org.jvnet.localizer.Localizable _Fingerprinter_DigestFailed(Object arg1)
          Failed to compute digest for {0}
static org.jvnet.localizer.Localizable _Fingerprinter_DisplayName()
          Record fingerprints of files to track usage
static org.jvnet.localizer.Localizable _Fingerprinter_Failed()
          Failed to record fingerprints
static org.jvnet.localizer.Localizable _Fingerprinter_FailedFor(Object arg1)
          failed to record fingerprint for {0}
static org.jvnet.localizer.Localizable _Fingerprinter_NoArchiving()
          Build artifacts are supposed to be fingerprinted, but build artifact archiving is not configured
static org.jvnet.localizer.Localizable _Fingerprinter_NoWorkspace()
          Unable to record fingerprints because there''s no workspace
static org.jvnet.localizer.Localizable _Fingerprinter_Recording()
          Recording fingerprints
static org.jvnet.localizer.Localizable _InstallFromApache()
          Install from Apache
static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName_Generic()
          Document
static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName_Javadoc()
          Javadoc
static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName()
          Publish Javadoc
static org.jvnet.localizer.Localizable _JavadocArchiver_NoMatchFound(Object arg1, Object arg2)
          No javadoc found in {0}: {1}
static org.jvnet.localizer.Localizable _JavadocArchiver_Publishing()
          Publishing Javadoc
static org.jvnet.localizer.Localizable _JavadocArchiver_UnableToCopy(Object arg1, Object arg2)
          Unable to copy Javadoc from {0} to {1}
static org.jvnet.localizer.Localizable _Maven_DisplayName()
          Invoke top-level Maven targets
static org.jvnet.localizer.Localizable _Maven_ExecFailed()
          command execution failed
static org.jvnet.localizer.Localizable _Maven_NoExecutable(Object arg1)
          Couldn''t find any executable in {0}
static org.jvnet.localizer.Localizable _Maven_NotADirectory(Object arg1)
          {0} is not a directory
static org.jvnet.localizer.Localizable _Maven_NotMavenDirectory(Object arg1)
          {0} doesn''t look like a Maven directory
static org.jvnet.localizer.Localizable _Shell_DisplayName()
          Execute shell
static org.jvnet.localizer.Localizable _TestJavadocArchiver_DisplayName_Javadoc()
          Test Javadoc
static String Ant_DisplayName()
          Invoke Ant
static String Ant_ExecFailed()
          command execution failed.
static String Ant_ExecutableNotFound(Object arg1)
          Cannot find executable from the chosen Ant installation "{0}"
static String Ant_GlobalConfigNeeded()
          Maybe you need to configure where your Ant installations are?
static String Ant_NotADirectory(Object arg1)
          {0} is not a directory
static String Ant_NotAntDirectory(Object arg1)
          {0} doesn''t look like an Ant directory
static String Ant_ProjectConfigNeeded()
          Maybe you need to configure the job to choose one of your Ant installations?
static String ArtifactArchiver_ARCHIVING_ARTIFACTS()
          Archiving artifacts
static String ArtifactArchiver_DeletingOld(Object arg1)
          Deleting old artifacts from {0}
static String ArtifactArchiver_DisplayName()
          Archive the artifacts
static String ArtifactArchiver_FailedToArchive(Object arg1)
          Failed to archive artifacts: {0}
static String ArtifactArchiver_NoIncludes()
          No artifacts are configured for archiving.
static String ArtifactArchiver_NoMatchFound(Object arg1)
          No artifacts found that match the file pattern "{0}".
static String BatchFile_DisplayName()
          Execute Windows batch command
static String BuildTrigger_Disabled(Object arg1)
          {0} is disabled.
static String BuildTrigger_DisplayName()
          Build other projects
static String BuildTrigger_InQueue(Object arg1)
          {0} is already in the queue
static String BuildTrigger_NoProjectSpecified()
          No project specified
static String BuildTrigger_NoSuchProject(Object arg1, Object arg2)
          No such project ''{0}''.
static String BuildTrigger_NotBuildable(Object arg1)
          {0} is not buildable
static String BuildTrigger_Triggering(Object arg1)
          Triggering a new build of {0}
static String BuildTrigger_you_have_no_permission_to_build_(Object arg1)
          You have no permission to build {0}
static String CommandInterpreter_CommandFailed()
          command execution failed
static String CommandInterpreter_UnableToDelete(Object arg1)
          Unable to delete script file {0}
static String CommandInterpreter_UnableToProduceScript()
          Unable to produce a script file
static String Fingerprinter_Aborted()
          Aborted
static String Fingerprinter_Action_DisplayName()
          See Fingerprints
static String Fingerprinter_DigestFailed(Object arg1)
          Failed to compute digest for {0}
static String Fingerprinter_DisplayName()
          Record fingerprints of files to track usage
static String Fingerprinter_Failed()
          Failed to record fingerprints
static String Fingerprinter_FailedFor(Object arg1)
          failed to record fingerprint for {0}
static String Fingerprinter_NoArchiving()
          Build artifacts are supposed to be fingerprinted, but build artifact archiving is not configured
static String Fingerprinter_NoWorkspace()
          Unable to record fingerprints because there''s no workspace
static String Fingerprinter_Recording()
          Recording fingerprints
static String InstallFromApache()
          Install from Apache
static String JavadocArchiver_DisplayName_Generic()
          Document
static String JavadocArchiver_DisplayName_Javadoc()
          Javadoc
static String JavadocArchiver_DisplayName()
          Publish Javadoc
static String JavadocArchiver_NoMatchFound(Object arg1, Object arg2)
          No javadoc found in {0}: {1}
static String JavadocArchiver_Publishing()
          Publishing Javadoc
static String JavadocArchiver_UnableToCopy(Object arg1, Object arg2)
          Unable to copy Javadoc from {0} to {1}
static String Maven_DisplayName()
          Invoke top-level Maven targets
static String Maven_ExecFailed()
          command execution failed
static String Maven_NoExecutable(Object arg1)
          Couldn''t find any executable in {0}
static String Maven_NotADirectory(Object arg1)
          {0} is not a directory
static String Maven_NotMavenDirectory(Object arg1)
          {0} doesn''t look like a Maven directory
static String Shell_DisplayName()
          Execute shell
static String TestJavadocArchiver_DisplayName_Javadoc()
          Test Javadoc
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Messages

public Messages()
Method Detail

BuildTrigger_InQueue

public static String BuildTrigger_InQueue(Object arg1)
{0} is already in the queue


_BuildTrigger_InQueue

public static org.jvnet.localizer.Localizable _BuildTrigger_InQueue(Object arg1)
{0} is already in the queue


ArtifactArchiver_DisplayName

public static String ArtifactArchiver_DisplayName()
Archive the artifacts


_ArtifactArchiver_DisplayName

public static org.jvnet.localizer.Localizable _ArtifactArchiver_DisplayName()
Archive the artifacts


Shell_DisplayName

public static String Shell_DisplayName()
Execute shell


_Shell_DisplayName

public static org.jvnet.localizer.Localizable _Shell_DisplayName()
Execute shell


Fingerprinter_Recording

public static String Fingerprinter_Recording()
Recording fingerprints


_Fingerprinter_Recording

public static org.jvnet.localizer.Localizable _Fingerprinter_Recording()
Recording fingerprints


BuildTrigger_DisplayName

public static String BuildTrigger_DisplayName()
Build other projects


_BuildTrigger_DisplayName

public static org.jvnet.localizer.Localizable _BuildTrigger_DisplayName()
Build other projects


ArtifactArchiver_NoMatchFound

public static String ArtifactArchiver_NoMatchFound(Object arg1)
No artifacts found that match the file pattern "{0}". Configuration error?


_ArtifactArchiver_NoMatchFound

public static org.jvnet.localizer.Localizable _ArtifactArchiver_NoMatchFound(Object arg1)
No artifacts found that match the file pattern "{0}". Configuration error?


BuildTrigger_NoProjectSpecified

public static String BuildTrigger_NoProjectSpecified()
No project specified


_BuildTrigger_NoProjectSpecified

public static org.jvnet.localizer.Localizable _BuildTrigger_NoProjectSpecified()
No project specified


JavadocArchiver_UnableToCopy

public static String JavadocArchiver_UnableToCopy(Object arg1,
                                                  Object arg2)
Unable to copy Javadoc from {0} to {1}


_JavadocArchiver_UnableToCopy

public static org.jvnet.localizer.Localizable _JavadocArchiver_UnableToCopy(Object arg1,
                                                                            Object arg2)
Unable to copy Javadoc from {0} to {1}


BuildTrigger_you_have_no_permission_to_build_

public static String BuildTrigger_you_have_no_permission_to_build_(Object arg1)
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 arg1)
You have no permission to build {0}


Ant_ExecutableNotFound

public static String Ant_ExecutableNotFound(Object arg1)
Cannot find executable from the chosen Ant installation "{0}"


_Ant_ExecutableNotFound

public static org.jvnet.localizer.Localizable _Ant_ExecutableNotFound(Object arg1)
Cannot find executable from the chosen Ant installation "{0}"


ArtifactArchiver_DeletingOld

public static String ArtifactArchiver_DeletingOld(Object arg1)
Deleting old artifacts from {0}


_ArtifactArchiver_DeletingOld

public static org.jvnet.localizer.Localizable _ArtifactArchiver_DeletingOld(Object arg1)
Deleting old artifacts from {0}


ArtifactArchiver_ARCHIVING_ARTIFACTS

public static String ArtifactArchiver_ARCHIVING_ARTIFACTS()
Archiving artifacts


_ArtifactArchiver_ARCHIVING_ARTIFACTS

public static org.jvnet.localizer.Localizable _ArtifactArchiver_ARCHIVING_ARTIFACTS()
Archiving artifacts


BuildTrigger_Triggering

public static String BuildTrigger_Triggering(Object arg1)
Triggering a new build of {0}


_BuildTrigger_Triggering

public static org.jvnet.localizer.Localizable _BuildTrigger_Triggering(Object arg1)
Triggering a new build of {0}


BuildTrigger_Disabled

public static String BuildTrigger_Disabled(Object arg1)
{0} is disabled. Triggering skipped


_BuildTrigger_Disabled

public static org.jvnet.localizer.Localizable _BuildTrigger_Disabled(Object arg1)
{0} is disabled. Triggering skipped


Maven_NotADirectory

public static String Maven_NotADirectory(Object arg1)
{0} is not a directory


_Maven_NotADirectory

public static org.jvnet.localizer.Localizable _Maven_NotADirectory(Object arg1)
{0} is not a directory


ArtifactArchiver_NoIncludes

public static String 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 "**"


_ArtifactArchiver_NoIncludes

public static org.jvnet.localizer.Localizable _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 "**"


Maven_DisplayName

public static String Maven_DisplayName()
Invoke top-level Maven targets


_Maven_DisplayName

public static org.jvnet.localizer.Localizable _Maven_DisplayName()
Invoke top-level Maven targets


Ant_NotAntDirectory

public static String Ant_NotAntDirectory(Object arg1)
{0} doesn''t look like an Ant directory


_Ant_NotAntDirectory

public static org.jvnet.localizer.Localizable _Ant_NotAntDirectory(Object arg1)
{0} doesn''t look like an Ant directory


Maven_ExecFailed

public static String Maven_ExecFailed()
command execution failed


_Maven_ExecFailed

public static org.jvnet.localizer.Localizable _Maven_ExecFailed()
command execution failed


BatchFile_DisplayName

public static String BatchFile_DisplayName()
Execute Windows batch command


_BatchFile_DisplayName

public static org.jvnet.localizer.Localizable _BatchFile_DisplayName()
Execute Windows batch command


Fingerprinter_FailedFor

public static String Fingerprinter_FailedFor(Object arg1)
failed to record fingerprint for {0}


_Fingerprinter_FailedFor

public static org.jvnet.localizer.Localizable _Fingerprinter_FailedFor(Object arg1)
failed to record fingerprint for {0}


JavadocArchiver_DisplayName

public static String JavadocArchiver_DisplayName()
Publish Javadoc


_JavadocArchiver_DisplayName

public static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName()
Publish Javadoc


CommandInterpreter_UnableToDelete

public static String CommandInterpreter_UnableToDelete(Object arg1)
Unable to delete script file {0}


_CommandInterpreter_UnableToDelete

public static org.jvnet.localizer.Localizable _CommandInterpreter_UnableToDelete(Object arg1)
Unable to delete script file {0}


ArtifactArchiver_FailedToArchive

public static String ArtifactArchiver_FailedToArchive(Object arg1)
Failed to archive artifacts: {0}


_ArtifactArchiver_FailedToArchive

public static org.jvnet.localizer.Localizable _ArtifactArchiver_FailedToArchive(Object arg1)
Failed to archive artifacts: {0}


Fingerprinter_Failed

public static String Fingerprinter_Failed()
Failed to record fingerprints


_Fingerprinter_Failed

public static org.jvnet.localizer.Localizable _Fingerprinter_Failed()
Failed to record fingerprints


JavadocArchiver_Publishing

public static String JavadocArchiver_Publishing()
Publishing Javadoc


_JavadocArchiver_Publishing

public static org.jvnet.localizer.Localizable _JavadocArchiver_Publishing()
Publishing Javadoc


Ant_GlobalConfigNeeded

public static String Ant_GlobalConfigNeeded()
Maybe you need to configure where your Ant installations are?


_Ant_GlobalConfigNeeded

public static org.jvnet.localizer.Localizable _Ant_GlobalConfigNeeded()
Maybe you need to configure where your Ant installations are?


BuildTrigger_NoSuchProject

public static String BuildTrigger_NoSuchProject(Object arg1,
                                                Object arg2)
No such project ''{0}''. Did you mean ''{1}''?


_BuildTrigger_NoSuchProject

public static org.jvnet.localizer.Localizable _BuildTrigger_NoSuchProject(Object arg1,
                                                                          Object arg2)
No such project ''{0}''. Did you mean ''{1}''?


CommandInterpreter_CommandFailed

public static String CommandInterpreter_CommandFailed()
command execution failed


_CommandInterpreter_CommandFailed

public static org.jvnet.localizer.Localizable _CommandInterpreter_CommandFailed()
command execution failed


Fingerprinter_NoArchiving

public static String Fingerprinter_NoArchiving()
Build artifacts are supposed to be fingerprinted, but build artifact archiving is not configured


_Fingerprinter_NoArchiving

public static org.jvnet.localizer.Localizable _Fingerprinter_NoArchiving()
Build artifacts are supposed to be fingerprinted, but build artifact archiving is not configured


JavadocArchiver_NoMatchFound

public static String JavadocArchiver_NoMatchFound(Object arg1,
                                                  Object arg2)
No javadoc found in {0}: {1}


_JavadocArchiver_NoMatchFound

public static org.jvnet.localizer.Localizable _JavadocArchiver_NoMatchFound(Object arg1,
                                                                            Object arg2)
No javadoc found in {0}: {1}


JavadocArchiver_DisplayName_Javadoc

public static String JavadocArchiver_DisplayName_Javadoc()
Javadoc


_JavadocArchiver_DisplayName_Javadoc

public static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName_Javadoc()
Javadoc


Fingerprinter_DigestFailed

public static String Fingerprinter_DigestFailed(Object arg1)
Failed to compute digest for {0}


_Fingerprinter_DigestFailed

public static org.jvnet.localizer.Localizable _Fingerprinter_DigestFailed(Object arg1)
Failed to compute digest for {0}


Fingerprinter_NoWorkspace

public static String Fingerprinter_NoWorkspace()
Unable to record fingerprints because there''s no workspace


_Fingerprinter_NoWorkspace

public static org.jvnet.localizer.Localizable _Fingerprinter_NoWorkspace()
Unable to record fingerprints because there''s no workspace


Fingerprinter_Aborted

public static String Fingerprinter_Aborted()
Aborted


_Fingerprinter_Aborted

public static org.jvnet.localizer.Localizable _Fingerprinter_Aborted()
Aborted


Fingerprinter_Action_DisplayName

public static String Fingerprinter_Action_DisplayName()
See Fingerprints


_Fingerprinter_Action_DisplayName

public static org.jvnet.localizer.Localizable _Fingerprinter_Action_DisplayName()
See Fingerprints


CommandInterpreter_UnableToProduceScript

public static String CommandInterpreter_UnableToProduceScript()
Unable to produce a script file


_CommandInterpreter_UnableToProduceScript

public static org.jvnet.localizer.Localizable _CommandInterpreter_UnableToProduceScript()
Unable to produce a script file


Ant_DisplayName

public static String Ant_DisplayName()
Invoke Ant


_Ant_DisplayName

public static org.jvnet.localizer.Localizable _Ant_DisplayName()
Invoke Ant


Maven_NoExecutable

public static String Maven_NoExecutable(Object arg1)
Couldn''t find any executable in {0}


_Maven_NoExecutable

public static org.jvnet.localizer.Localizable _Maven_NoExecutable(Object arg1)
Couldn''t find any executable in {0}


TestJavadocArchiver_DisplayName_Javadoc

public static String TestJavadocArchiver_DisplayName_Javadoc()
Test Javadoc


_TestJavadocArchiver_DisplayName_Javadoc

public static org.jvnet.localizer.Localizable _TestJavadocArchiver_DisplayName_Javadoc()
Test Javadoc


Maven_NotMavenDirectory

public static String Maven_NotMavenDirectory(Object arg1)
{0} doesn''t look like a Maven directory


_Maven_NotMavenDirectory

public static org.jvnet.localizer.Localizable _Maven_NotMavenDirectory(Object arg1)
{0} doesn''t look like a Maven directory


BuildTrigger_NotBuildable

public static String BuildTrigger_NotBuildable(Object arg1)
{0} is not buildable


_BuildTrigger_NotBuildable

public static org.jvnet.localizer.Localizable _BuildTrigger_NotBuildable(Object arg1)
{0} is not buildable


InstallFromApache

public static String InstallFromApache()
Install from Apache


_InstallFromApache

public static org.jvnet.localizer.Localizable _InstallFromApache()
Install from Apache


JavadocArchiver_DisplayName_Generic

public static String JavadocArchiver_DisplayName_Generic()
Document


_JavadocArchiver_DisplayName_Generic

public static org.jvnet.localizer.Localizable _JavadocArchiver_DisplayName_Generic()
Document


Ant_ExecFailed

public static String Ant_ExecFailed()
command execution failed.


_Ant_ExecFailed

public static org.jvnet.localizer.Localizable _Ant_ExecFailed()
command execution failed.


Ant_NotADirectory

public static String Ant_NotADirectory(Object arg1)
{0} is not a directory


_Ant_NotADirectory

public static org.jvnet.localizer.Localizable _Ant_NotADirectory(Object arg1)
{0} is not a directory


Fingerprinter_DisplayName

public static String Fingerprinter_DisplayName()
Record fingerprints of files to track usage


_Fingerprinter_DisplayName

public static org.jvnet.localizer.Localizable _Fingerprinter_DisplayName()
Record fingerprints of files to track usage


Ant_ProjectConfigNeeded

public static String Ant_ProjectConfigNeeded()
Maybe you need to configure the job to choose one of your Ant installations?


_Ant_ProjectConfigNeeded

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



Copyright © 2004-2013. All Rights Reserved.