hudson.plugins.promoted_builds
クラス PromotedProjectAction

java.lang.Object
  上位を拡張 hudson.plugins.promoted_builds.PromotedProjectAction
すべての実装されたインタフェース:
hudson.model.Action, hudson.model.ModelObject, hudson.model.PermalinkProjectAction, hudson.model.ProminentProjectAction

public class PromotedProjectAction
extends java.lang.Object
implements hudson.model.ProminentProjectAction, hudson.model.PermalinkProjectAction

For customizing project top-level GUI.

作成者:
Kohsuke Kawaguchi

入れ子のクラスの概要
 
インタフェース hudson.model.PermalinkProjectAction から継承された入れ子のクラス/インタフェース
hudson.model.PermalinkProjectAction.Permalink
 
フィールドの概要
 hudson.model.AbstractProject<?,?> owner
           
 
コンストラクタの概要
PromotedProjectAction(hudson.model.AbstractProject<?,?> owner, JobPropertyImpl property)
           
 
メソッドの概要
 java.lang.String getDisplayName()
           
 java.lang.String getIconFileName()
           
 hudson.model.AbstractBuild<?,?> getLatest(PromotionProcess p)
           
 hudson.model.AbstractBuild<?,?> getLatest(java.lang.String name)
          Finds the last promoted build under the given criteria.
 java.util.List<hudson.model.PermalinkProjectAction.Permalink> getPermalinks()
           
 java.util.List<PromotionProcess> getProcesses()
           
 java.lang.String getUrlName()
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

owner

public final hudson.model.AbstractProject<?,?> owner
コンストラクタの詳細

PromotedProjectAction

public PromotedProjectAction(hudson.model.AbstractProject<?,?> owner,
                             JobPropertyImpl property)
メソッドの詳細

getProcesses

public java.util.List<PromotionProcess> getProcesses()

getLatest

public hudson.model.AbstractBuild<?,?> getLatest(PromotionProcess p)

getLatest

public hudson.model.AbstractBuild<?,?> getLatest(java.lang.String name)
Finds the last promoted build under the given criteria.


getPermalinks

public java.util.List<hudson.model.PermalinkProjectAction.Permalink> getPermalinks()
定義:
インタフェース hudson.model.PermalinkProjectAction 内の getPermalinks

getIconFileName

public java.lang.String getIconFileName()
定義:
インタフェース hudson.model.Action 内の getIconFileName

getDisplayName

public java.lang.String getDisplayName()
定義:
インタフェース hudson.model.Action 内の getDisplayName
定義:
インタフェース hudson.model.ModelObject 内の getDisplayName

getUrlName

public java.lang.String getUrlName()
定義:
インタフェース hudson.model.Action 内の getUrlName


Copyright © 2011. All Rights Reserved.