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

嵌套类摘要
static class UpDownStreamNumberSychronizedNotify.BuildNumberSychonizeDescriptorImpl
           
 
从类 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
 
构造方法摘要
UpDownStreamNumberSychronizedNotify(java.lang.String times)
           
 
方法摘要
 UpDownStreamNumberSychronizedNotify.BuildNumberSychonizeDescriptorImpl getDescriptor()
          Returns the descriptor value.
 hudson.tasks.BuildStepMonitor getRequiredMonitorService()
           
 java.lang.String getTimes()
           
 boolean perform(hudson.model.AbstractBuild<?,?> build, hudson.Launcher launcher, hudson.model.BuildListener listener)
           
 void setTimes(java.lang.String times)
           
 
从类 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.