jp.ikedam.jenkins.plugins.groovy_label_assignment
クラス GroovyLabelAssignmentAction

java.lang.Object
  上位を拡張 jp.ikedam.jenkins.plugins.groovy_label_assignment.GroovyLabelAssignmentAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.labels.LabelAssignmentAction, hudson.model.ModelObject

public class GroovyLabelAssignmentAction
extends Object
implements hudson.model.labels.LabelAssignmentAction

Holds the label name assigned by GroovyLabelAssignmentProperty.


コンストラクタの概要
GroovyLabelAssignmentAction(hudson.model.Label label)
          Constructor
 
メソッドの概要
 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 getUrlName()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

GroovyLabelAssignmentAction

public GroovyLabelAssignmentAction(hudson.model.Label label)
Constructor

パラメータ:
label - assigned label.
メソッドの詳細

getIconFileName

public String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName
戻り値:
null not for being displayed in the side menu of builds.
関連項目:
Action.getIconFileName()

getDisplayName

public String getDisplayName()
Returns the display name. This is never used, for not displayed in the side menu of builds.

定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName
戻り値:
display name
関連項目:
Action.getDisplayName()

getUrlName

public String getUrlName()
定義:
インタフェース hudson.model.Action 内の getUrlName
戻り値:
null not for being displayed in the side menu of builds.
関連項目:
Action.getUrlName()

getAssignedLabel

public hudson.model.Label getAssignedLabel(hudson.model.queue.SubTask task)
Returns the label which specifies nodes where this job should run. Implemented as overridden method.

定義:
インタフェース hudson.model.labels.LabelAssignmentAction 内の getAssignedLabel
戻り値:
an assigned label.
関連項目:
LabelAssignmentAction.getAssignedLabel(hudson.model.queue.SubTask)

getAssignedLabel

public hudson.model.Label getAssignedLabel()
Returns the label which specifies nodes where this job should run. Implemented as getter.

戻り値:
an assigned label.


Copyright © 2004-2015. All Rights Reserved.