|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjp.ikedam.jenkins.plugins.groovy_label_assignment.GroovyLabelAssignmentAction
public class GroovyLabelAssignmentAction
Holds the label name assigned by GroovyLabelAssignmentProperty.
| Constructor Summary | |
|---|---|
GroovyLabelAssignmentAction(hudson.model.Label label)
Deprecated. use GroovyLabelAssignmentAction(String) |
|
GroovyLabelAssignmentAction(String labelString)
Constructor |
|
| Method Summary | |
|---|---|
hudson.model.Label |
getAssignedLabel()
Returns the label which specifies nodes where this job should run. |
hudson.model.Label |
getAssignedLabel(hudson.model.queue.SubTask task)
Returns the label which specifies nodes where this job should run. |
String |
getDisplayName()
Returns the display name. |
String |
getIconFileName()
|
String |
getLabelString()
|
String |
getUrlName()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GroovyLabelAssignmentAction(String labelString)
labelString - assigned label expression.@Deprecated public GroovyLabelAssignmentAction(hudson.model.Label label)
GroovyLabelAssignmentAction(String)
label - | Method Detail |
|---|
public String getIconFileName()
getIconFileName in interface hudson.model.ActionAction.getIconFileName()public String getDisplayName()
getDisplayName in interface hudson.model.ActiongetDisplayName in interface hudson.model.ModelObjectAction.getDisplayName()public String getUrlName()
getUrlName in interface hudson.model.ActionAction.getUrlName()public hudson.model.Label getAssignedLabel(hudson.model.queue.SubTask task)
getAssignedLabel in interface hudson.model.labels.LabelAssignmentActionLabelAssignmentAction.getAssignedLabel(hudson.model.queue.SubTask)public hudson.model.Label getAssignedLabel()
public String getLabelString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||