public static class BearychatNotifier.BearychatJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| 限定符和类型 | 类和说明 |
|---|---|
static class |
BearychatNotifier.BearychatJobProperty.DescriptorImpl |
| 构造器和说明 |
|---|
BearychatJobProperty(String room,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getNotifyAborted() |
boolean |
getNotifyBackToNormal() |
boolean |
getNotifyFailure() |
boolean |
getNotifyNotBuilt() |
boolean |
getNotifySuccess() |
boolean |
getNotifyUnstable() |
String |
getRoom() |
boolean |
getStartNotification() |
boolean |
prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener) |
@DataBoundConstructor public BearychatJobProperty(String room, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable, boolean notifyBackToNormal)
@Exported public String getRoom()
@Exported public boolean getStartNotification()
@Exported public boolean getNotifySuccess()
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
prebuild 在接口中 hudson.tasks.BuildStepprebuild 在类中 hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>@Exported public boolean getNotifyAborted()
@Exported public boolean getNotifyFailure()
@Exported public boolean getNotifyNotBuilt()
@Exported public boolean getNotifyUnstable()
@Exported public boolean getNotifyBackToNormal()
Copyright © 2004-2015. All Rights Reserved.