
hudson.model.Messages Maven / Gradle / Ivy
package hudson.model;
import org.jvnet.localizer.Localizable;
import org.jvnet.localizer.ResourceBundleHolder;
public class Messages {
private final static ResourceBundleHolder holder = new ResourceBundleHolder(Messages.class);
/**
* Success
*
*/
public static String UpdateCenter_Status_Success() {
return holder.format("UpdateCenter.Status.Success");
}
/**
* Success
*
*/
public static Localizable _UpdateCenter_Status_Success() {
return new Localizable(holder, "UpdateCenter.Status.Success");
}
/**
* {0} is not a directory
*
*/
public static String Hudson_NotADirectory(Object arg1) {
return holder.format("Hudson.NotADirectory", arg1);
}
/**
* {0} is not a directory
*
*/
public static Localizable _Hudson_NotADirectory(Object arg1) {
return new Localizable(holder, "Hudson.NotADirectory", arg1);
}
/**
* Hudson
*
*/
public static String Hudson_DisplayName() {
return holder.format("Hudson.DisplayName");
}
/**
* Hudson
*
*/
public static Localizable _Hudson_DisplayName() {
return new Localizable(holder, "Hudson.DisplayName");
}
/**
* Job
*
*/
public static String Item_Permissions_Title() {
return holder.format("Item.Permissions.Title");
}
/**
* Job
*
*/
public static Localizable _Item_Permissions_Title() {
return new Localizable(holder, "Item.Permissions.Title");
}
/**
* Not a number
*
*/
public static String Hudson_NotANumber() {
return holder.format("Hudson.NotANumber");
}
/**
* Not a number
*
*/
public static Localizable _Hudson_NotANumber() {
return new Localizable(holder, "Hudson.NotANumber");
}
/**
* kept because of {0}
*
*/
public static String AbstractBuild_KeptBecause(Object arg1) {
return holder.format("AbstractBuild.KeptBecause", arg1);
}
/**
* kept because of {0}
*
*/
public static Localizable _AbstractBuild_KeptBecause(Object arg1) {
return new Localizable(holder, "AbstractBuild.KeptBecause", arg1);
}
/**
* No recent builds failed.
*
*/
public static String Job_NoRecentBuildFailed() {
return holder.format("Job.NoRecentBuildFailed");
}
/**
* No recent builds failed.
*
*/
public static Localizable _Job_NoRecentBuildFailed() {
return new Localizable(holder, "Job.NoRecentBuildFailed");
}
/**
* <span class=error>Failed to resolve host name {0}. Perhaps you need to <a href='../pluginManager/advanced'>configure HTTP proxy?</a></span>
*
*/
public static String UpdateCenter_Status_UnknownHostException(Object arg1) {
return holder.format("UpdateCenter.Status.UnknownHostException", arg1);
}
/**
* <span class=error>Failed to resolve host name {0}. Perhaps you need to <a href='../pluginManager/advanced'>configure HTTP proxy?</a></span>
*
*/
public static Localizable _UpdateCenter_Status_UnknownHostException(Object arg1) {
return new Localizable(holder, "UpdateCenter.Status.UnknownHostException", arg1);
}
/**
* Not a negative number
*
*/
public static String Hudson_NotANegativeNumber() {
return holder.format("Hudson.NotANegativeNumber");
}
/**
* Not a negative number
*
*/
public static Localizable _Hudson_NotANegativeNumber() {
return new Localizable(holder, "Hudson.NotANegativeNumber");
}
/**
* Unable to launch the slave agent for {0}{1}
*
*/
public static String Slave_UnableToLaunch(Object arg1, Object arg2) {
return holder.format("Slave.UnableToLaunch", arg1, arg2);
}
/**
* Unable to launch the slave agent for {0}{1}
*
*/
public static Localizable _Slave_UnableToLaunch(Object arg1, Object arg2) {
return new Localizable(holder, "Slave.UnableToLaunch", arg1, arg2);
}
/**
* Unstable
*
*/
public static String BallColor_Unstable() {
return holder.format("BallColor.Unstable");
}
/**
* Unstable
*
*/
public static Localizable _BallColor_Unstable() {
return new Localizable(holder, "BallColor.Unstable");
}
/**
* Run
*
*/
public static String Run_Permissions_Title() {
return holder.format("Run.Permissions.Title");
}
/**
* Run
*
*/
public static Localizable _Run_Permissions_Title() {
return new Localizable(holder, "Run.Permissions.Title");
}
/**
* Aborted
*
*/
public static String AbstractProject_Aborted() {
return holder.format("AbstractProject.Aborted");
}
/**
* Aborted
*
*/
public static Localizable _AbstractProject_Aborted() {
return new Localizable(holder, "AbstractProject.Aborted");
}
/**
* Failed
*
*/
public static String BallColor_Failed() {
return holder.format("BallColor.Failed");
}
/**
* Failed
*
*/
public static Localizable _BallColor_Failed() {
return new Localizable(holder, "BallColor.Failed");
}
/**
* ''{0}'' is an unsafe character
*
*/
public static String Hudson_UnsafeChar(Object arg1) {
return holder.format("Hudson.UnsafeChar", arg1);
}
/**
* ''{0}'' is an unsafe character
*
*/
public static Localizable _Hudson_UnsafeChar(Object arg1) {
return new Localizable(holder, "Hudson.UnsafeChar", arg1);
}
/**
* XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
*
*/
public static String Api_MultipleMatch(Object arg1, Object arg2) {
return holder.format("Api.MultipleMatch", arg1, arg2);
}
/**
* XPath "{0}" matched {1} nodes. Create XPath that only matches one, or use the "wrapper" query parameter to wrap them all under a root element.
*
*/
public static Localizable _Api_MultipleMatch(Object arg1, Object arg2) {
return new Localizable(holder, "Api.MultipleMatch", arg1, arg2);
}
/**
* SCM check out aborted
*
*/
public static String AbstractProject_ScmAborted() {
return holder.format("AbstractProject.ScmAborted");
}
/**
* SCM check out aborted
*
*/
public static Localizable _AbstractProject_ScmAborted() {
return new Localizable(holder, "AbstractProject.ScmAborted");
}
/**
* Master
*
*/
public static String Hudson_Computer_Caption() {
return holder.format("Hudson.Computer.Caption");
}
/**
* Master
*
*/
public static Localizable _Hudson_Computer_Caption() {
return new Localizable(holder, "Hudson.Computer.Caption");
}
/**
* Your container doesn''t use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href=''http://hudson.gotdns.com/wiki/display/HUDSON/Containers''>Containers</a> and <a href=''http://hudson.gotdns.com/wiki/display/HUDSON/Tomcat#Tomcat-i18n''>Tomcat i18n</a> for more details.
*
*/
public static String Hudson_NotUsesUTF8ToDecodeURL() {
return holder.format("Hudson.NotUsesUTF8ToDecodeURL");
}
/**
* Your container doesn''t use UTF-8 to decode URLs. If you use non-ASCII characters as a job name etc, this will cause problems. See <a href=''http://hudson.gotdns.com/wiki/display/HUDSON/Containers''>Containers</a> and <a href=''http://hudson.gotdns.com/wiki/display/HUDSON/Tomcat#Tomcat-i18n''>Tomcat i18n</a> for more details.
*
*/
public static Localizable _Hudson_NotUsesUTF8ToDecodeURL() {
return new Localizable(holder, "Hudson.NotUsesUTF8ToDecodeURL");
}
/**
* Checking java.net connectivity
*
*/
public static String UpdateCenter_Status_CheckingJavaNet() {
return holder.format("UpdateCenter.Status.CheckingJavaNet");
}
/**
* Checking java.net connectivity
*
*/
public static Localizable _UpdateCenter_Status_CheckingJavaNet() {
return new Localizable(holder, "UpdateCenter.Status.CheckingJavaNet");
}
/**
* Overall
*
*/
public static String Hudson_Permissions_Title() {
return holder.format("Hudson.Permissions.Title");
}
/**
* Overall
*
*/
public static Localizable _Hudson_Permissions_Title() {
return new Localizable(holder, "Hudson.Permissions.Title");
}
/**
* Build disabled
*
*/
public static String AbstractProject_Disabled() {
return holder.format("AbstractProject.Disabled");
}
/**
* Build disabled
*
*/
public static Localizable _AbstractProject_Disabled() {
return new Localizable(holder, "AbstractProject.Disabled");
}
/**
* Aborted
*
*/
public static String BallColor_Aborted() {
return holder.format("BallColor.Aborted");
}
/**
* Aborted
*
*/
public static Localizable _BallColor_Aborted() {
return new Localizable(holder, "BallColor.Aborted");
}
/**
* In progress
*
*/
public static String BallColor_InProgress() {
return holder.format("BallColor.InProgress");
}
/**
* In progress
*
*/
public static Localizable _BallColor_InProgress() {
return new Localizable(holder, "BallColor.InProgress");
}
/**
* View
*
*/
public static String View_Permissions_Title() {
return holder.format("View.Permissions.Title");
}
/**
* View
*
*/
public static Localizable _View_Permissions_Title() {
return new Localizable(holder, "View.Permissions.Title");
}
/**
* Last build
*
*/
public static String Permalink_LastBuild() {
return holder.format("Permalink.LastBuild");
}
/**
* Last build
*
*/
public static Localizable _Permalink_LastBuild() {
return new Localizable(holder, "Permalink.LastBuild");
}
/**
* No name is specified
*
*/
public static String Hudson_NoName() {
return holder.format("Hudson.NoName");
}
/**
* No name is specified
*
*/
public static Localizable _Hudson_NoName() {
return new Localizable(holder, "Hudson.NoName");
}
/**
* No such directory: {0}
*
*/
public static String Hudson_NoSuchDirectory(Object arg1) {
return holder.format("Hudson.NoSuchDirectory", arg1);
}
/**
* No such directory: {0}
*
*/
public static Localizable _Hudson_NoSuchDirectory(Object arg1) {
return new Localizable(holder, "Hudson.NoSuchDirectory", arg1);
}
/**
* This is a Windows slave
*
*/
public static String Slave_WindowsSlave() {
return holder.format("Slave.WindowsSlave");
}
/**
* This is a Windows slave
*
*/
public static Localizable _Slave_WindowsSlave() {
return new Localizable(holder, "Slave.WindowsSlave");
}
/**
* Invalid slave configuration. Name is empty
*
*/
public static String Slave_InvalidConfig_NoName() {
return holder.format("Slave.InvalidConfig.NoName");
}
/**
* Invalid slave configuration. Name is empty
*
*/
public static Localizable _Slave_InvalidConfig_NoName() {
return new Localizable(holder, "Slave.InvalidConfig.NoName");
}
/**
* Invalid slave configuration for {0}. No remote directory given
*
*/
public static String Slave_InvalidConfig_NoRemoteDir(Object arg1) {
return holder.format("Slave.InvalidConfig.NoRemoteDir", arg1);
}
/**
* Invalid slave configuration for {0}. No remote directory given
*
*/
public static Localizable _Slave_InvalidConfig_NoRemoteDir(Object arg1) {
return new Localizable(holder, "Slave.InvalidConfig.NoRemoteDir", arg1);
}
/**
* Project
*
*/
public static String AbstractProject_Pronoun() {
return holder.format("AbstractProject.Pronoun");
}
/**
* Project
*
*/
public static Localizable _AbstractProject_Pronoun() {
return new Localizable(holder, "AbstractProject.Pronoun");
}
/**
* {0} Launching slave agent
*
*/
public static String Slave_Launching(Object arg1) {
return holder.format("Slave.Launching", arg1);
}
/**
* {0} Launching slave agent
*
*/
public static Localizable _Slave_Launching(Object arg1) {
return new Localizable(holder, "Slave.Launching", arg1);
}
/**
* Scheduling a new build to get a workspace.
*
*/
public static String AbstractProject_NewBuildForWorkspace() {
return holder.format("AbstractProject.NewBuildForWorkspace");
}
/**
* Scheduling a new build to get a workspace.
*
*/
public static Localizable _AbstractProject_NewBuildForWorkspace() {
return new Localizable(holder, "AbstractProject.NewBuildForWorkspace");
}
/**
* Workspace is offline.
*
*/
public static String AbstractProject_WorkspaceOffline() {
return holder.format("AbstractProject.WorkspaceOffline");
}
/**
* Workspace is offline.
*
*/
public static Localizable _AbstractProject_WorkspaceOffline() {
return new Localizable(holder, "AbstractProject.WorkspaceOffline");
}
/**
* {0} slave agent was terminated
*
*/
public static String Slave_Terminated(Object arg1) {
return holder.format("Slave.Terminated", arg1);
}
/**
* {0} slave agent was terminated
*
*/
public static Localizable _Slave_Terminated(Object arg1) {
return new Localizable(holder, "Slave.Terminated", arg1);
}
/**
* ???
*
*/
public static String Queue_Unknown() {
return holder.format("Queue.Unknown");
}
/**
* ???
*
*/
public static Localizable _Queue_Unknown() {
return new Localizable(holder, "Queue.Unknown");
}
/**
* Last stable build
*
*/
public static String Permalink_LastStableBuild() {
return holder.format("Permalink.LastStableBuild");
}
/**
* Last stable build
*
*/
public static Localizable _Permalink_LastStableBuild() {
return new Localizable(holder, "Permalink.LastStableBuild");
}
/**
* Build a free-style software project
*
*/
public static String FreeStyleProject_DisplayName() {
return holder.format("FreeStyleProject.DisplayName");
}
/**
* Build a free-style software project
*
*/
public static Localizable _FreeStyleProject_DisplayName() {
return new Localizable(holder, "FreeStyleProject.DisplayName");
}
/**
* This is a Unix slave
*
*/
public static String Slave_UnixSlave() {
return holder.format("Slave.UnixSlave");
}
/**
* This is a Unix slave
*
*/
public static Localizable _Slave_UnixSlave() {
return new Localizable(holder, "Slave.UnixSlave");
}
/**
* SCM polling aborted
*
*/
public static String AbstractProject_PollingABorted() {
return holder.format("AbstractProject.PollingABorted");
}
/**
* SCM polling aborted
*
*/
public static Localizable _AbstractProject_PollingABorted() {
return new Localizable(holder, "AbstractProject.PollingABorted");
}
/**
* explicitly marked to keep the record
*
*/
public static String Run_MarkedExplicitly() {
return holder.format("Run.MarkedExplicitly");
}
/**
* explicitly marked to keep the record
*
*/
public static Localizable _Run_MarkedExplicitly() {
return new Localizable(holder, "Run.MarkedExplicitly");
}
/**
* All recent builds failed.
*
*/
public static String Job_AllRecentBuildFailed() {
return holder.format("Job.AllRecentBuildFailed");
}
/**
* All recent builds failed.
*
*/
public static Localizable _Job_AllRecentBuildFailed() {
return new Localizable(holder, "Job.AllRecentBuildFailed");
}
/**
* {0} is not a Hudson plugin
*
*/
public static String Hudson_NotAPlugin(Object arg1) {
return holder.format("Hudson.NotAPlugin", arg1);
}
/**
* {0} is not a Hudson plugin
*
*/
public static Localizable _Hudson_NotAPlugin(Object arg1) {
return new Localizable(holder, "Hudson.NotAPlugin", arg1);
}
/**
* Unable to delete {0}: {1}
*
*/
public static String Run_UnableToDelete(Object arg1, Object arg2) {
return holder.format("Run.UnableToDelete", arg1, arg2);
}
/**
* Unable to delete {0}: {1}
*
*/
public static Localizable _Run_UnableToDelete(Object arg1, Object arg2) {
return new Localizable(holder, "Run.UnableToDelete", arg1, arg2);
}
/**
* Blocked by {0}
*
*/
public static String Queue_BlockedBy(Object arg1) {
return holder.format("Queue.BlockedBy", arg1);
}
/**
* Blocked by {0}
*
*/
public static Localizable _Queue_BlockedBy(Object arg1) {
return new Localizable(holder, "Queue.BlockedBy", arg1);
}
/**
* {0} doesn''t look like a JDK directory
*
*/
public static String Hudson_NotJDKDir(Object arg1) {
return holder.format("Hudson.NotJDKDir", arg1);
}
/**
* {0} doesn''t look like a JDK directory
*
*/
public static Localizable _Hudson_NotJDKDir(Object arg1) {
return new Localizable(holder, "Hudson.NotJDKDir", arg1);
}
/**
* Disabled
*
*/
public static String BallColor_Disabled() {
return holder.format("BallColor.Disabled");
}
/**
* Disabled
*
*/
public static Localizable _BallColor_Disabled() {
return new Localizable(holder, "BallColor.Disabled");
}
/**
* No workspace is available, so can''t check for updates.
*
*/
public static String AbstractProject_NoWorkspace() {
return holder.format("AbstractProject.NoWorkspace");
}
/**
* No workspace is available, so can''t check for updates.
*
*/
public static Localizable _AbstractProject_NoWorkspace() {
return new Localizable(holder, "AbstractProject.NoWorkspace");
}
/**
* Monitor an external job
*
*/
public static String ExternalJob_DisplayName() {
return holder.format("ExternalJob.DisplayName");
}
/**
* Monitor an external job
*
*/
public static Localizable _ExternalJob_DisplayName() {
return new Localizable(holder, "ExternalJob.DisplayName");
}
/**
* Build was aborted
*
*/
public static String Run_BuildAborted() {
return holder.format("Run.BuildAborted");
}
/**
* Build was aborted
*
*/
public static Localizable _Run_BuildAborted() {
return new Localizable(holder, "Run.BuildAborted");
}
/**
* {0} out of the last {1} builds failed.
*
*/
public static String Job_NOfMFailed(Object arg1, Object arg2) {
return holder.format("Job.NOfMFailed", arg1, arg2);
}
/**
* {0} out of the last {1} builds failed.
*
*/
public static Localizable _Job_NOfMFailed(Object arg1, Object arg2) {
return new Localizable(holder, "Job.NOfMFailed", arg1, arg2);
}
/**
* Bad port number {0}
*
*/
public static String Hudson_BadPortNumber(Object arg1) {
return holder.format("Hudson.BadPortNumber", arg1);
}
/**
* Bad port number {0}
*
*/
public static Localizable _Hudson_BadPortNumber(Object arg1) {
return new Localizable(holder, "Hudson.BadPortNumber", arg1);
}
/**
* (ETA:{0})
*
*/
public static String AbstractProject_ETA(Object arg1) {
return holder.format("AbstractProject.ETA", arg1);
}
/**
* (ETA:{0})
*
*/
public static Localizable _AbstractProject_ETA(Object arg1) {
return new Localizable(holder, "AbstractProject.ETA", arg1);
}
/**
* No SCM
*
*/
public static String AbstractProject_NoSCM() {
return holder.format("AbstractProject.NoSCM");
}
/**
* No SCM
*
*/
public static Localizable _AbstractProject_NoSCM() {
return new Localizable(holder, "AbstractProject.NoSCM");
}
/**
* Invalid slave configuration for {0}. Invalid # of executors.
*
*/
public static String Slave_InvalidConfig_Executors(Object arg1) {
return holder.format("Slave.InvalidConfig.Executors", arg1);
}
/**
* Invalid slave configuration for {0}. Invalid # of executors.
*
*/
public static Localizable _Slave_InvalidConfig_Executors(Object arg1) {
return new Localizable(holder, "Slave.InvalidConfig.Executors", arg1);
}
/**
* Project
*
*/
public static String Job_Pronoun() {
return holder.format("Job.Pronoun");
}
/**
* Project
*
*/
public static Localizable _Job_Pronoun() {
return new Localizable(holder, "Job.Pronoun");
}
/**
* Last failed build
*
*/
public static String Permalink_LastFailedBuild() {
return holder.format("Permalink.LastFailedBuild");
}
/**
* Last failed build
*
*/
public static Localizable _Permalink_LastFailedBuild() {
return new Localizable(holder, "Permalink.LastFailedBuild");
}
/**
* A build is already in progress
*
*/
public static String Queue_InProgress() {
return holder.format("Queue.InProgress");
}
/**
* A build is already in progress
*
*/
public static Localizable _Queue_InProgress() {
return new Localizable(holder, "Queue.InProgress");
}
/**
* In the quiet period. Expires in {0}
*
*/
public static String Queue_InQuietPeriod(Object arg1) {
return holder.format("Queue.InQuietPeriod", arg1);
}
/**
* In the quiet period. Expires in {0}
*
*/
public static Localizable _Queue_InQuietPeriod(Object arg1) {
return new Localizable(holder, "Queue.InQuietPeriod", arg1);
}
/**
* Pending
*
*/
public static String BallColor_Pending() {
return holder.format("BallColor.Pending");
}
/**
* Pending
*
*/
public static Localizable _BallColor_Pending() {
return new Localizable(holder, "BallColor.Pending");
}
/**
* Build stability: {0}
*
*/
public static String Job_BuildStability(Object arg1) {
return holder.format("Job.BuildStability", arg1);
}
/**
* Build stability: {0}
*
*/
public static Localizable _Job_BuildStability(Object arg1) {
return new Localizable(holder, "Job.BuildStability", arg1);
}
/**
* Building remotely on {0}
*
*/
public static String AbstractBuild_BuildingRemotely(Object arg1) {
return holder.format("AbstractBuild.BuildingRemotely", arg1);
}
/**
* Building remotely on {0}
*
*/
public static Localizable _AbstractBuild_BuildingRemotely(Object arg1) {
return new Localizable(holder, "AbstractBuild.BuildingRemotely", arg1);
}
/**
* Slave {0}
*
*/
public static String Computer_Caption(Object arg1) {
return holder.format("Computer.Caption", arg1);
}
/**
* Slave {0}
*
*/
public static Localizable _Computer_Caption(Object arg1) {
return new Localizable(holder, "Computer.Caption", arg1);
}
/**
* Last successful build
*
*/
public static String Permalink_LastSuccessfulBuild() {
return holder.format("Permalink.LastSuccessfulBuild");
}
/**
* Last successful build
*
*/
public static Localizable _Permalink_LastSuccessfulBuild() {
return new Localizable(holder, "Permalink.LastSuccessfulBuild");
}
/**
* Checking internet connectivity
*
*/
public static String UpdateCenter_Status_CheckingInternet() {
return holder.format("UpdateCenter.Status.CheckingInternet");
}
/**
* Checking internet connectivity
*
*/
public static Localizable _UpdateCenter_Status_CheckingInternet() {
return new Localizable(holder, "UpdateCenter.Status.CheckingInternet");
}
/**
* java is not in your PATH. Maybe you need to <a href=''{0}/configure''>configure JDKs</a>?
*
*/
public static String Hudson_NoJavaInPath(Object arg1) {
return holder.format("Hudson.NoJavaInPath", arg1);
}
/**
* java is not in your PATH. Maybe you need to <a href=''{0}/configure''>configure JDKs</a>?
*
*/
public static Localizable _Hudson_NoJavaInPath(Object arg1) {
return new Localizable(holder, "Hudson.NoJavaInPath", arg1);
}
/**
* mins
*
*/
public static String Job_minutes() {
return holder.format("Job.minutes");
}
/**
* mins
*
*/
public static Localizable _Job_minutes() {
return new Localizable(holder, "Job.minutes");
}
/**
* XPath {0} didn''t match
*
*/
public static String Api_NoXPathMatch(Object arg1) {
return holder.format("Api.NoXPathMatch", arg1);
}
/**
* XPath {0} didn''t match
*
*/
public static Localizable _Api_NoXPathMatch(Object arg1) {
return new Localizable(holder, "Api.NoXPathMatch", arg1);
}
/**
* master
*
*/
public static String Hudson_Computer_DisplayName() {
return holder.format("Hudson.Computer.DisplayName");
}
/**
* master
*
*/
public static Localizable _Hudson_Computer_DisplayName() {
return new Localizable(holder, "Hudson.Computer.DisplayName");
}
/**
* All
*
*/
public static String Hudson_ViewName() {
return holder.format("Hudson.ViewName");
}
/**
* All
*
*/
public static Localizable _Hudson_ViewName() {
return new Localizable(holder, "Hudson.ViewName");
}
/**
* Not a positive number
*
*/
public static String Hudson_NotAPositiveNumber() {
return holder.format("Hudson.NotAPositiveNumber");
}
/**
* Not a positive number
*
*/
public static Localizable _Hudson_NotAPositiveNumber() {
return new Localizable(holder, "Hudson.NotAPositiveNumber");
}
/**
* Job
*
*/
public static String ExternalJob_Pronoun() {
return holder.format("ExternalJob.Pronoun");
}
/**
* Job
*
*/
public static Localizable _ExternalJob_Pronoun() {
return new Localizable(holder, "ExternalJob.Pronoun");
}
/**
* Build #{0} is already in progress{1}
*
*/
public static String AbstractProject_BuildInProgress(Object arg1, Object arg2) {
return holder.format("AbstractProject.BuildInProgress", arg1, arg2);
}
/**
* Build #{0} is already in progress{1}
*
*/
public static Localizable _AbstractProject_BuildInProgress(Object arg1, Object arg2) {
return new Localizable(holder, "AbstractProject.BuildInProgress", arg1, arg2);
}
/**
* Success
*
*/
public static String BallColor_Success() {
return holder.format("BallColor.Success");
}
/**
* Success
*
*/
public static Localizable _BallColor_Success() {
return new Localizable(holder, "BallColor.Success");
}
/**
* No control code is allowed: {0}
*
*/
public static String Hudson_ControlCodeNotAllowed(Object arg1) {
return holder.format("Hudson.ControlCodeNotAllowed", arg1);
}
/**
* No control code is allowed: {0}
*
*/
public static Localizable _Hudson_ControlCodeNotAllowed(Object arg1) {
return new Localizable(holder, "Hudson.ControlCodeNotAllowed", arg1);
}
/**
* N/A
*
*/
public static String Executor_NotAvailable() {
return holder.format("Executor.NotAvailable");
}
/**
* N/A
*
*/
public static Localizable _Executor_NotAvailable() {
return new Localizable(holder, "Executor.NotAvailable");
}
/**
* A job already exists with the name ''{0}''
*
*/
public static String Hudson_JobAlreadyExists(Object arg1) {
return holder.format("Hudson.JobAlreadyExists", arg1);
}
/**
* A job already exists with the name ''{0}''
*
*/
public static Localizable _Hudson_JobAlreadyExists(Object arg1) {
return new Localizable(holder, "Hudson.JobAlreadyExists", arg1);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy