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.Localizable
KeyAnt.DisplayName
:Invoke Ant
.static org.jvnet.localizer.Localizable
KeyAnt.ExecFailed
:command execution failed.
.static org.jvnet.localizer.Localizable
KeyAnt.ExecutableNotFound
:Cannot find executable from the chosen Ant installation "{0}"
.static org.jvnet.localizer.Localizable
KeyAnt.GlobalConfigNeeded
:Maybe you need to configure where your Ant installations are?
.static org.jvnet.localizer.Localizable
KeyAnt.InstallFromApache
:Install from Apache
.static org.jvnet.localizer.Localizable
KeyAnt.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.Localizable
KeyAnt.ProjectConfigNeeded
:Maybe you need to configure the job to choose one of your Ant installations?
.static String
KeyAnt.DisplayName
:Invoke Ant
.static String
KeyAnt.ExecFailed
:command execution failed.
.static String
Ant_ExecutableNotFound
(Object arg0) KeyAnt.ExecutableNotFound
:Cannot find executable from the chosen Ant installation "{0}"
.static String
KeyAnt.GlobalConfigNeeded
:Maybe you need to configure where your Ant installations are?
.static String
KeyAnt.InstallFromApache
:Install from Apache
.static String
KeyAnt.NodeOffline
:Cannot get installation for node, since it is not online
.static String
Ant_NotADirectory
(Object arg0) KeyAnt.NotADirectory
:{0} is not a directory
.static String
Ant_NotAntDirectory
(Object arg0) KeyAnt.NotAntDirectory
:{0} doesn''t look like an Ant directory
.static String
KeyAnt.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
-