Class Messages
java.lang.Object
hudson.plugins.throttleconcurrents.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.LocalizableKeyThrottleJobProperty.DescriptorImpl.NoSuchCategory:Requested category "{0}" does not exist, so cannot throttle..static org.jvnet.localizer.LocalizableKeyThrottleMatrixProjectOptions.DisplayName:Additional options for Matrix projects.static org.jvnet.localizer.LocalizableKeyThrottleQueueTaskDispatcher.BuildPending:A build is pending launch.static org.jvnet.localizer.LocalizableKeyThrottleQueueTaskDispatcher.MaxCapacityOnNode:Already running {0} builds on node.static org.jvnet.localizer.LocalizableKeyThrottleQueueTaskDispatcher.MaxCapacityTotal:Already running {0} builds across all nodes.static org.jvnet.localizer.LocalizableKeyThrottleQueueTaskDispatcher.OnlyOneWithMatchingParameters:A build with matching parameters is already running.static StringKeyThrottleJobProperty.DescriptorImpl.NoSuchCategory:Requested category "{0}" does not exist, so cannot throttle..static StringKeyThrottleMatrixProjectOptions.DisplayName:Additional options for Matrix projects.static StringKeyThrottleQueueTaskDispatcher.BuildPending:A build is pending launch.static StringKeyThrottleQueueTaskDispatcher.MaxCapacityOnNode:Already running {0} builds on node.static StringKeyThrottleQueueTaskDispatcher.MaxCapacityTotal:Already running {0} builds across all nodes.static StringKeyThrottleQueueTaskDispatcher.OnlyOneWithMatchingParameters:A build with matching parameters is already running.
-
Constructor Details
-
Messages
public Messages()
-
-
Method Details
-
ThrottleQueueTaskDispatcher_OnlyOneWithMatchingParameters
KeyThrottleQueueTaskDispatcher.OnlyOneWithMatchingParameters:A build with matching parameters is already running.- Returns:
A build with matching parameters is already running
-
_ThrottleQueueTaskDispatcher_OnlyOneWithMatchingParameters
public static org.jvnet.localizer.Localizable _ThrottleQueueTaskDispatcher_OnlyOneWithMatchingParameters()KeyThrottleQueueTaskDispatcher.OnlyOneWithMatchingParameters:A build with matching parameters is already running.- Returns:
A build with matching parameters is already running
-
ThrottleQueueTaskDispatcher_MaxCapacityOnNode
KeyThrottleQueueTaskDispatcher.MaxCapacityOnNode:Already running {0} builds on node.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Already running {0} builds on node
-
_ThrottleQueueTaskDispatcher_MaxCapacityOnNode
public static org.jvnet.localizer.Localizable _ThrottleQueueTaskDispatcher_MaxCapacityOnNode(Object arg0) KeyThrottleQueueTaskDispatcher.MaxCapacityOnNode:Already running {0} builds on node.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Already running {0} builds on node
-
ThrottleMatrixProjectOptions_DisplayName
KeyThrottleMatrixProjectOptions.DisplayName:Additional options for Matrix projects.- Returns:
Additional options for Matrix projects
-
_ThrottleMatrixProjectOptions_DisplayName
public static org.jvnet.localizer.Localizable _ThrottleMatrixProjectOptions_DisplayName()KeyThrottleMatrixProjectOptions.DisplayName:Additional options for Matrix projects.- Returns:
Additional options for Matrix projects
-
ThrottleQueueTaskDispatcher_MaxCapacityTotal
KeyThrottleQueueTaskDispatcher.MaxCapacityTotal:Already running {0} builds across all nodes.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Already running {0} builds across all nodes
-
_ThrottleQueueTaskDispatcher_MaxCapacityTotal
public static org.jvnet.localizer.Localizable _ThrottleQueueTaskDispatcher_MaxCapacityTotal(Object arg0) KeyThrottleQueueTaskDispatcher.MaxCapacityTotal:Already running {0} builds across all nodes.- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Already running {0} builds across all nodes
-
ThrottleJobProperty_DescriptorImpl_NoSuchCategory
KeyThrottleJobProperty.DescriptorImpl.NoSuchCategory:Requested category "{0}" does not exist, so cannot throttle..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Requested category "{0}" does not exist, so cannot throttle.
-
_ThrottleJobProperty_DescriptorImpl_NoSuchCategory
public static org.jvnet.localizer.Localizable _ThrottleJobProperty_DescriptorImpl_NoSuchCategory(Object arg0) KeyThrottleJobProperty.DescriptorImpl.NoSuchCategory:Requested category "{0}" does not exist, so cannot throttle..- Parameters:
arg0- 1st format parameter,{0}, asString.valueOf(Object).- Returns:
Requested category "{0}" does not exist, so cannot throttle.
-
ThrottleQueueTaskDispatcher_BuildPending
KeyThrottleQueueTaskDispatcher.BuildPending:A build is pending launch.- Returns:
A build is pending launch
-
_ThrottleQueueTaskDispatcher_BuildPending
public static org.jvnet.localizer.Localizable _ThrottleQueueTaskDispatcher_BuildPending()KeyThrottleQueueTaskDispatcher.BuildPending:A build is pending launch.- Returns:
A build is pending launch
-