hudson.plugins.backlog
クラス BacklogProjectProperty

java.lang.Object
  上位を拡張 hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      上位を拡張 hudson.plugins.backlog.BacklogProjectProperty
すべての実装されたインタフェース:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public final class BacklogProjectProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>

Property for AbstractProject that stores the associated Backlog website URL.

作成者:
dragon3

入れ子のクラスの概要
static class BacklogProjectProperty.DescriptorImpl
           
 
インタフェース hudson.tasks.BuildStep から継承された入れ子のクラス/インタフェース
hudson.tasks.BuildStep.PublisherList
 
インタフェース hudson.ExtensionPoint から継承された入れ子のクラス/インタフェース
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
フィールドの概要
static BacklogProjectProperty.DescriptorImpl DESCRIPTOR
           
 java.lang.String spaceURL
           
 
クラス hudson.model.JobProperty から継承されたフィールド
owner
 
インタフェース hudson.tasks.BuildStep から継承されたフィールド
BUILDERS, PUBLISHERS
 
コンストラクタの概要
BacklogProjectProperty(java.lang.String spaceURL)
           
 
メソッドの概要
 hudson.model.JobPropertyDescriptor getDescriptor()
           
 hudson.model.Action getJobAction(hudson.model.AbstractProject<?,?> job)
           
 
クラス hudson.model.JobProperty から継承されたメソッド
getProjectAction, perform, prebuild, setOwner
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

spaceURL

public final java.lang.String spaceURL

DESCRIPTOR

public static final BacklogProjectProperty.DescriptorImpl DESCRIPTOR
コンストラクタの詳細

BacklogProjectProperty

@DataBoundConstructor
public BacklogProjectProperty(java.lang.String spaceURL)
メソッドの詳細

getJobAction

public hudson.model.Action getJobAction(hudson.model.AbstractProject<?,?> job)
オーバーライド:
クラス hudson.model.JobProperty<hudson.model.AbstractProject<?,?>> 内の getJobAction

getDescriptor

public hudson.model.JobPropertyDescriptor getDescriptor()
定義:
インタフェース hudson.model.Describable<hudson.model.JobProperty<?>> 内の getDescriptor
オーバーライド:
クラス hudson.model.JobProperty<hudson.model.AbstractProject<?,?>> 内の getDescriptor


Copyright © 2009. All Rights Reserved.