org.jenkinsci.plugins.lingr
クラス LingrNotifier.DescriptorImpl
java.lang.Object
hudson.model.Descriptor<T>
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
org.jenkinsci.plugins.lingr.LingrNotifier.DescriptorImpl
- すべての実装されたインタフェース:
- hudson.model.Saveable
- 含まれているクラス:
- LingrNotifier
@Extension
public static final class LingrNotifier.DescriptorImpl
- extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
| クラス hudson.model.Descriptor から継承された入れ子のクラス/インタフェース |
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType |
| クラス hudson.model.Descriptor から継承されたフィールド |
clazz |
| インタフェース hudson.model.Saveable から継承されたフィールド |
NOOP |
| クラス hudson.tasks.BuildStepDescriptor から継承されたメソッド |
filter |
| クラス hudson.model.Descriptor から継承されたメソッド |
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap |
| クラス java.lang.Object から継承されたメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LingrNotifier.DescriptorImpl
public LingrNotifier.DescriptorImpl()
configure
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
- オーバーライド:
- クラス
hudson.model.Descriptor<hudson.tasks.Publisher> 内の configure
- 例外:
hudson.model.Descriptor.FormException
newInstance
public hudson.tasks.Publisher newInstance(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData)
throws hudson.model.Descriptor.FormException
- オーバーライド:
- クラス
hudson.model.Descriptor<hudson.tasks.Publisher> 内の newInstance
- 例外:
hudson.model.Descriptor.FormException
isApplicable
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> arg0)
- 定義:
- クラス
hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher> 内の isApplicable
getDisplayName
public String getDisplayName()
- 定義:
- クラス
hudson.model.Descriptor<hudson.tasks.Publisher> 内の getDisplayName
getUserName
public String getUserName()
setUserName
public void setUserName(String userName)
getPassword
public String getPassword()
setPassword
public void setPassword(String password)
getAppkey
public String getAppkey()
setAppkey
public void setAppkey(String appkey)
getRoom
public String getRoom()
setRoom
public void setRoom(String room)
isNotSuccess
public boolean isNotSuccess()
setNotSuccess
public void setNotSuccess(boolean notSuccess)
isIncludeURL
public boolean isIncludeURL()
setIncludeURL
public void setIncludeURL(boolean includeURL)
getJenkinsURL
public String getJenkinsURL()
setJenkinsURL
public void setJenkinsURL(String jenkinsURL)
Copyright © 2004-2011. All Rights Reserved.