jp.ikedam.jenkins.plugins.jobcopy_builder
クラス CopiedjobinfoAction

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

public class CopiedjobinfoAction
extends Object
implements hudson.model.Action, Serializable

Action holds the information of the jobs that the build copied from and to. the information will be shown in the build's Summary page, using summary.jelly.

関連項目:
直列化された形式

フィールドの概要
 String fromUrl
           
 String toJobName
           
 String toUrl
           
 
コンストラクタの概要
CopiedjobinfoAction(hudson.model.TopLevelItem fromItem, hudson.model.TopLevelItem toItem)
          constructor.
 
メソッドの概要
 String getDisplayName()
          Returns the display name.
 String getFromJobName()
          Returns the name of the job copied from.
 String getFromUrl()
          Returns the URI (path) of the job copied from.
 String getIconFileName()
          Returns null not for being displayed in the link list.
 String getToJobName()
          Returns the name of the job copied to.
 String getToUrl()
          Returns the URI (path) of the job copied to.
 String getUrlName()
          Returns null not for being displayed in the link list.
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

fromUrl

public String fromUrl

toJobName

public String toJobName

toUrl

public String toUrl
コンストラクタの詳細

CopiedjobinfoAction

public CopiedjobinfoAction(hudson.model.TopLevelItem fromItem,
                           hudson.model.TopLevelItem toItem)
constructor.

パラメータ:
fromItem - job that was copied from.
toItem - job that was copied to.
メソッドの詳細

getFromJobName

public String getFromJobName()
Returns the name of the job copied from.

戻り値:
the name of the job copied from

getFromUrl

public String getFromUrl()
Returns the URI (path) of the job copied from. This URI might be lost, in the case that the job is removed or renamed.

戻り値:
the URI (path) of the job copied from.

getToJobName

public String getToJobName()
Returns the name of the job copied to.

戻り値:
the name of the job copied to

getToUrl

public String getToUrl()
Returns the URI (path) of the job copied to. This URI might be lost, in the case that the job is removed or renamed.

戻り値:
the URI (path) of the job copied to.

getIconFileName

public String getIconFileName()
Returns null not for being displayed in the link list.

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

getUrlName

public String getUrlName()
Returns null not for being displayed in the link list.

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

getDisplayName

public String getDisplayName()
Returns the display name. This will be never used, for not displayed in the link list.

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


Copyright © 2004-2013. All Rights Reserved.