org.jvnet.jenkins.plugins.nodelabelparameter
Class Messages

java.lang.Object
  extended by org.jvnet.jenkins.plugins.nodelabelparameter.Messages

public class Messages
extends java.lang.Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _BuildWrapper_param_not_concurrent(java.lang.Object arg1)
          the project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
static org.jvnet.localizer.Localizable _BuildWrapper_project_not_concurrent(java.lang.Object arg1)
          the project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
static org.jvnet.localizer.Localizable _LabelBadgeAction_label_tooltip_node(java.lang.Object arg1, java.lang.Object arg2)
          run with label [{0}] (node: {1})
static org.jvnet.localizer.Localizable _LabelBadgeAction_label_tooltip(java.lang.Object arg1)
          run with label [{0}]
static org.jvnet.localizer.Localizable _LabelBadgeAction_node_tooltip(java.lang.Object arg1)
          run on node: {0}
static org.jvnet.localizer.Localizable _NextLabelCause_description(java.lang.Object arg1)
          a build with label {0} was requested
static org.jvnet.localizer.Localizable _NextNodeBuildNotifier_displayName()
          Trigger builds on selected nodes
static java.lang.String BuildWrapper_param_not_concurrent(java.lang.Object arg1)
          the project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!
static java.lang.String BuildWrapper_project_not_concurrent(java.lang.Object arg1)
          the project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
static java.lang.String LabelBadgeAction_label_tooltip_node(java.lang.Object arg1, java.lang.Object arg2)
          run with label [{0}] (node: {1})
static java.lang.String LabelBadgeAction_label_tooltip(java.lang.Object arg1)
          run with label [{0}]
static java.lang.String LabelBadgeAction_node_tooltip(java.lang.Object arg1)
          run on node: {0}
static java.lang.String NextLabelCause_description(java.lang.Object arg1)
          a build with label {0} was requested
static java.lang.String NextNodeBuildNotifier_displayName()
          Trigger builds on selected nodes
 
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

BuildWrapper_param_not_concurrent

public static java.lang.String BuildWrapper_param_not_concurrent(java.lang.Object arg1)
the project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!


_BuildWrapper_param_not_concurrent

public static org.jvnet.localizer.Localizable _BuildWrapper_param_not_concurrent(java.lang.Object arg1)
the project is configured to run builds concurrent, but the node parameter [{0}] is configured to trigger new builds depending on the state of the last build only!


LabelBadgeAction_node_tooltip

public static java.lang.String LabelBadgeAction_node_tooltip(java.lang.Object arg1)
run on node: {0}


_LabelBadgeAction_node_tooltip

public static org.jvnet.localizer.Localizable _LabelBadgeAction_node_tooltip(java.lang.Object arg1)
run on node: {0}


NextLabelCause_description

public static java.lang.String NextLabelCause_description(java.lang.Object arg1)
a build with label {0} was requested


_NextLabelCause_description

public static org.jvnet.localizer.Localizable _NextLabelCause_description(java.lang.Object arg1)
a build with label {0} was requested


LabelBadgeAction_label_tooltip

public static java.lang.String LabelBadgeAction_label_tooltip(java.lang.Object arg1)
run with label [{0}]


_LabelBadgeAction_label_tooltip

public static org.jvnet.localizer.Localizable _LabelBadgeAction_label_tooltip(java.lang.Object arg1)
run with label [{0}]


NextNodeBuildNotifier_displayName

public static java.lang.String NextNodeBuildNotifier_displayName()
Trigger builds on selected nodes


_NextNodeBuildNotifier_displayName

public static org.jvnet.localizer.Localizable _NextNodeBuildNotifier_displayName()
Trigger builds on selected nodes


BuildWrapper_project_not_concurrent

public static java.lang.String BuildWrapper_project_not_concurrent(java.lang.Object arg1)
the project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!


_BuildWrapper_project_not_concurrent

public static org.jvnet.localizer.Localizable _BuildWrapper_project_not_concurrent(java.lang.Object arg1)
the project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!


LabelBadgeAction_label_tooltip_node

public static java.lang.String LabelBadgeAction_label_tooltip_node(java.lang.Object arg1,
                                                                   java.lang.Object arg2)
run with label [{0}] (node: {1})


_LabelBadgeAction_label_tooltip_node

public static org.jvnet.localizer.Localizable _LabelBadgeAction_label_tooltip_node(java.lang.Object arg1,
                                                                                   java.lang.Object arg2)
run with label [{0}] (node: {1})



Copyright © 2004-2011. All Rights Reserved.