Package hudson.tasks._ant
Class Messages
java.lang.Object
hudson.tasks._ant.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.LocalizableKeyAnt.DisplayName:Invoke Ant.static org.jvnet.localizer.LocalizableKeyAnt.ExecFailed:command execution failed..static org.jvnet.localizer.LocalizableKeyAnt.ExecutableNotFound:Cannot find executable from the chosen Ant installation "{0}".static org.jvnet.localizer.LocalizableKeyAnt.GlobalConfigNeeded:Maybe you need to configure where your Ant installations are?.static org.jvnet.localizer.LocalizableKeyAnt.InstallFromApache:Install from Apache.static org.jvnet.localizer.LocalizableKeyAnt.NodeOffline:Cannot get installation for node, since it is not online.static org.jvnet.localizer.Localizable_Ant_NotADirectory(Object arg0) KeyAnt.NotADirectory:{0} is not a directory.static org.jvnet.localizer.Localizable_Ant_NotAntDirectory(Object arg0) KeyAnt.NotAntDirectory:{0} doesn''t look like an Ant directory.static org.jvnet.localizer.LocalizableKeyAnt.ProjectConfigNeeded:Maybe you need to configure the job to choose one of your Ant installations?.static StringKeyAnt.DisplayName:Invoke Ant.static StringKeyAnt.ExecFailed:command execution failed..static StringAnt_ExecutableNotFound(Object arg0) KeyAnt.ExecutableNotFound:Cannot find executable from the chosen Ant installation "{0}".static StringKeyAnt.GlobalConfigNeeded:Maybe you need to configure where your Ant installations are?.static StringKeyAnt.InstallFromApache:Install from Apache.static StringKeyAnt.NodeOffline:Cannot get installation for node, since it is not online.static StringAnt_NotADirectory(Object arg0) KeyAnt.NotADirectory:{0} is not a directory.static StringAnt_NotAntDirectory(Object arg0) KeyAnt.NotAntDirectory:{0} doesn''t look like an Ant directory.static StringKeyAnt.ProjectConfigNeeded:Maybe you need to configure the job to choose one of your Ant installations?.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
Ant_ProjectConfigNeeded
KeyAnt.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()KeyAnt.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_DisplayName
KeyAnt.DisplayName:Invoke Ant.- Returns:
Invoke Ant
-
_Ant_DisplayName
public static org.jvnet.localizer.Localizable _Ant_DisplayName()KeyAnt.DisplayName:Invoke Ant.- Returns:
Invoke Ant
-
Ant_NotADirectory
KeyAnt.NotADirectory:{0} is not a directory.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is not a directory
-
_Ant_NotADirectory
KeyAnt.NotADirectory:{0} is not a directory.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} is not a directory
-
Ant_NodeOffline
KeyAnt.NodeOffline:Cannot get installation for node, since it is not online.- Returns:
Cannot get installation for node, since it is not online
-
_Ant_NodeOffline
public static org.jvnet.localizer.Localizable _Ant_NodeOffline()KeyAnt.NodeOffline:Cannot get installation for node, since it is not online.- Returns:
Cannot get installation for node, since it is not online
-
Ant_InstallFromApache
KeyAnt.InstallFromApache:Install from Apache.- Returns:
Install from Apache
-
_Ant_InstallFromApache
public static org.jvnet.localizer.Localizable _Ant_InstallFromApache()KeyAnt.InstallFromApache:Install from Apache.- Returns:
Install from Apache
-
Ant_ExecFailed
KeyAnt.ExecFailed:command execution failed..- Returns:
command execution failed.
-
_Ant_ExecFailed
public static org.jvnet.localizer.Localizable _Ant_ExecFailed()KeyAnt.ExecFailed:command execution failed..- Returns:
command execution failed.
-
Ant_ExecutableNotFound
KeyAnt.ExecutableNotFound:Cannot find executable from the chosen Ant installation "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Cannot find executable from the chosen Ant installation "{0}"
-
_Ant_ExecutableNotFound
KeyAnt.ExecutableNotFound:Cannot find executable from the chosen Ant installation "{0}".- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Cannot find executable from the chosen Ant installation "{0}"
-
Ant_GlobalConfigNeeded
KeyAnt.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()KeyAnt.GlobalConfigNeeded:Maybe you need to configure where your Ant installations are?.- Returns:
Maybe you need to configure where your Ant installations are?
-
Ant_NotAntDirectory
KeyAnt.NotAntDirectory:{0} doesn''t look like an Ant directory.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} doesn''t look like an Ant directory
-
_Ant_NotAntDirectory
KeyAnt.NotAntDirectory:{0} doesn''t look like an Ant directory.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
{0} doesn''t look like an Ant directory
-