hudson.plugins.mantis
クラス MantisProjectProperty

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

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

Associates AbstractProject with MantisSite.

作成者:
Seiji Sogabe

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

フィールドの詳細

DESCRIPTOR

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

MantisProjectProperty

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

getSiteName

public java.lang.String getSiteName()

getSite

public MantisSite getSite()

getDescriptor

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


Copyright © 2008. All Rights Reserved.