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 _LabelBadgeAction_label_tooltip(java.lang.Object arg1)
          run on node 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 LabelBadgeAction_label_tooltip(java.lang.Object arg1)
          run on node 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

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 on node with label: {0}


_LabelBadgeAction_label_tooltip

public static org.jvnet.localizer.Localizable _LabelBadgeAction_label_tooltip(java.lang.Object arg1)
run on node 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



Copyright © 2004-2011. All Rights Reserved.