hudson.plugins.copyartifact
クラス SimpleBuildSelectorDescriptor
java.lang.Object
hudson.model.Descriptor<BuildSelector>
hudson.plugins.copyartifact.SimpleBuildSelectorDescriptor
- すべての実装されたインタフェース:
- hudson.model.Saveable
public class SimpleBuildSelectorDescriptor
- extends hudson.model.Descriptor<BuildSelector>
Descriptor type for common case where no overrides are needed.
Just do: @Extension public static final Descriptor DESCRIPTOR =
new SimpleBuildSelectorDescriptor(MySelector.class, Messages._My_DisplayName());
- 作成者:
- Alan.Harder@sun.com
| クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| クラス hudson.model.Descriptor から継承されたフィールド |
clazz |
| インタフェース hudson.model.Saveable から継承されたフィールド |
NOOP |
| クラス hudson.model.Descriptor から継承されたメソッド |
calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleBuildSelectorDescriptor
public SimpleBuildSelectorDescriptor(java.lang.Class<? extends BuildSelector> clazz,
org.jvnet.localizer.Localizable displayName)
getDisplayName
public java.lang.String getDisplayName()
- 定義:
- クラス
hudson.model.Descriptor<BuildSelector> 内の getDisplayName
Copyright © 2010. All Rights Reserved.