hudson.notify
类 UpDownStreamNumberSychronizedNotify
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
hudson.notify.UpDownStreamNumberSychronizedNotify
- 所有已实现的接口:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.tasks.Publisher>, hudson.tasks.BuildStep
public class UpDownStreamNumberSychronizedNotify
- extends hudson.tasks.Notifier
- 作者:
- tang
| 从类 hudson.tasks.Publisher 继承的嵌套类/接口 |
hudson.tasks.Publisher.DescriptorExtensionListImpl |
| 从接口 hudson.ExtensionPoint 继承的嵌套类/接口 |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| 从接口 hudson.tasks.BuildStep 继承的嵌套类/接口 |
hudson.tasks.BuildStep.PublisherList |
|
字段摘要 |
protected static java.util.logging.Logger |
LOGGER
|
| 从接口 hudson.tasks.BuildStep 继承的字段 |
BUILDERS, PUBLISHERS |
| 从类 hudson.tasks.Publisher 继承的方法 |
all, getProjectAction, needsToRunAfterFinalized, prebuild |
| 从类 hudson.tasks.BuildStepCompatibilityLayer 继承的方法 |
getProjectAction, getProjectActions, perform, prebuild |
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 从接口 hudson.tasks.BuildStep 继承的方法 |
getProjectAction, getProjectActions, prebuild |
LOGGER
protected static final java.util.logging.Logger LOGGER
UpDownStreamNumberSychronizedNotify
@DataBoundConstructor
public UpDownStreamNumberSychronizedNotify(java.lang.String times)
getTimes
public java.lang.String getTimes()
setTimes
public void setTimes(java.lang.String times)
getRequiredMonitorService
public hudson.tasks.BuildStepMonitor getRequiredMonitorService()
perform
public boolean perform(hudson.model.AbstractBuild<?,?> build,
hudson.Launcher launcher,
hudson.model.BuildListener listener)
throws java.lang.InterruptedException,
java.io.IOException
- 指定者:
- 接口
hudson.tasks.BuildStep 中的 perform - 覆盖:
- 类
hudson.tasks.BuildStepCompatibilityLayer 中的 perform
- 抛出:
java.lang.InterruptedException
java.io.IOException
getDescriptor
public UpDownStreamNumberSychronizedNotify.BuildNumberSychonizeDescriptorImpl getDescriptor()
- Returns the descriptor value.
- 指定者:
- 接口
hudson.model.Describable<hudson.tasks.Publisher> 中的 getDescriptor - 覆盖:
- 类
hudson.tasks.Notifier 中的 getDescriptor
- 返回:
- the descriptor value.
Copyright © 2010. All Rights Reserved.