org.jvnet.jenkins.plugins.nodelabelparameter
Class Messages

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

public class Messages
extends Object


Constructor Summary
Messages()
           
 
Method Summary
static org.jvnet.localizer.Localizable _AllNodesBuildParameterFactory_displayName()
          Build on every online node
static org.jvnet.localizer.Localizable _AllNodesForLabelBuildParameterFactory_displayName()
          All Nodes for Label Factory
static org.jvnet.localizer.Localizable _BuildWrapper_param_not_concurrent(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(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(Object arg1, Object arg2)
          run with label [{0}] (node: {1})
static org.jvnet.localizer.Localizable _LabelBadgeAction_label_tooltip(Object arg1)
          run with label [{0}]
static org.jvnet.localizer.Localizable _LabelBadgeAction_node_tooltip(Object arg1)
          run on node: {0}
static org.jvnet.localizer.Localizable _NextLabelCause_description(Object arg1)
          a build with label {0} was requested
static org.jvnet.localizer.Localizable _NextNodeBuildNotifier_displayName()
          Trigger builds on selected nodes
static String AllNodesBuildParameterFactory_displayName()
          Build on every online node
static String AllNodesForLabelBuildParameterFactory_displayName()
          All Nodes for Label Factory
static String BuildWrapper_param_not_concurrent(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 String BuildWrapper_project_not_concurrent(Object arg1)
          the project is configured to NOT run builds concurrent, but the node parameter [{0}] is configured to trigger new builds concurrent!
static String LabelBadgeAction_label_tooltip_node(Object arg1, Object arg2)
          run with label [{0}] (node: {1})
static String LabelBadgeAction_label_tooltip(Object arg1)
          run with label [{0}]
static String LabelBadgeAction_node_tooltip(Object arg1)
          run on node: {0}
static String NextLabelCause_description(Object arg1)
          a build with label {0} was requested
static 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

NextNodeBuildNotifier_displayName

public static String NextNodeBuildNotifier_displayName()
Trigger builds on selected nodes


_NextNodeBuildNotifier_displayName

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


LabelBadgeAction_label_tooltip

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


_LabelBadgeAction_label_tooltip

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


BuildWrapper_project_not_concurrent

public static String BuildWrapper_project_not_concurrent(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(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 String LabelBadgeAction_label_tooltip_node(Object arg1,
                                                         Object arg2)
run with label [{0}] (node: {1})


_LabelBadgeAction_label_tooltip_node

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


AllNodesBuildParameterFactory_displayName

public static String AllNodesBuildParameterFactory_displayName()
Build on every online node


_AllNodesBuildParameterFactory_displayName

public static org.jvnet.localizer.Localizable _AllNodesBuildParameterFactory_displayName()
Build on every online node


NextLabelCause_description

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


_NextLabelCause_description

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


BuildWrapper_param_not_concurrent

public static String BuildWrapper_param_not_concurrent(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(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!


AllNodesForLabelBuildParameterFactory_displayName

public static String AllNodesForLabelBuildParameterFactory_displayName()
All Nodes for Label Factory


_AllNodesForLabelBuildParameterFactory_displayName

public static org.jvnet.localizer.Localizable _AllNodesForLabelBuildParameterFactory_displayName()
All Nodes for Label Factory


LabelBadgeAction_node_tooltip

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


_LabelBadgeAction_node_tooltip

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



Copyright © 2004-2012. All Rights Reserved.