|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.Objecthudson.model.Descriptor<BuildTimeOutOperation>
hudson.plugins.build_timeout.BuildTimeOutOperationDescriptor
hudson.plugins.build_timeout.operations.BuildStepOperation.DescriptorImpl
@Extension public static class BuildStepOperation.DescriptorImpl
入れ子のクラスの概要 |
---|
クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
---|
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self |
フィールドの概要 |
---|
クラス hudson.model.Descriptor から継承されたフィールド |
---|
clazz |
インタフェース hudson.model.Saveable から継承されたフィールド |
---|
NOOP |
コンストラクタの概要 | |
---|---|
BuildStepOperation.DescriptorImpl()
|
メソッドの概要 | |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json)
|
List<hudson.model.Descriptor<?>> |
getBuildStepDescriptors(hudson.model.AbstractProject<?,?> project)
|
String |
getDisplayName()
|
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject<?,?>> jobType)
Returns true if this task is applicable to the given project. |
boolean |
isEnabled()
Returns whether BuildStepOperation is enabled. |
BuildStepOperation |
newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
Create a new instance from user input. |
void |
setEnabled(boolean enabled)
|
クラス hudson.plugins.build_timeout.BuildTimeOutOperationDescriptor から継承されたメソッド |
---|
all, all |
クラス hudson.model.Descriptor から継承されたメソッド |
---|
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap |
クラス java.lang.Object から継承されたメソッド |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
コンストラクタの詳細 |
---|
public BuildStepOperation.DescriptorImpl()
メソッドの詳細 |
---|
public boolean isEnabled()
BuildStepOperation
is enabled.
As BuildStepOperation
does not ensure to work with all BuildStep
,
it is provided as an "advanced" feature, and disabled by default.
BuildStepOperation
is enabledpublic void setEnabled(boolean enabled)
enabled
- public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject json) throws hudson.model.Descriptor.FormException
hudson.model.Descriptor<BuildTimeOutOperation>
内の configure
req
- json
-
hudson.model.Descriptor.FormException
Descriptor.configure(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)
public BuildStepOperation newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
DataBoundConstructor
,
it is required to handle to call Descriptor.newInstance(StaplerRequest, JSONObject)
manually.
hudson.model.Descriptor<BuildTimeOutOperation>
内の newInstance
req
- formData
-
hudson.model.Descriptor.FormException
Descriptor.newInstance(org.kohsuke.stapler.StaplerRequest, net.sf.json.JSONObject)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject<?,?>> jobType)
BuildTimeOutOperationDescriptor
の記述:
BuildTimeOutOperationDescriptor
内の isApplicable
jobType
-
BuildStepOperation
is enabled in system configuration.BuildTimeOutOperationDescriptor.isApplicable(java.lang.Class)
public String getDisplayName()
hudson.model.Descriptor<BuildTimeOutOperation>
内の getDisplayName
Descriptor.getDisplayName()
public List<hudson.model.Descriptor<?>> getBuildStepDescriptors(hudson.model.AbstractProject<?,?> project)
project
-
|
||||||||||
前のクラス 次のクラス | フレームあり フレームなし | |||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |