jenkins.plugins.slack
Class SlackNotifier.SlackJobProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
jenkins.plugins.slack.SlackNotifier.SlackJobProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
- Enclosing class:
- SlackNotifier
public static class SlackNotifier.SlackJobProperty
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
| Nested classes/interfaces inherited from interface hudson.tasks.BuildStep |
hudson.tasks.BuildStep.PublisherList |
| Nested classes/interfaces inherited from interface hudson.ExtensionPoint |
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson |
| Fields inherited from class hudson.model.JobProperty |
owner |
| Fields inherited from interface hudson.tasks.BuildStep |
BUILDERS, PUBLISHERS |
|
Constructor Summary |
SlackNotifier.SlackJobProperty(String room,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal)
|
| Methods inherited from class hudson.model.JobProperty |
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, reconfigure, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SlackNotifier.SlackJobProperty
@DataBoundConstructor
public SlackNotifier.SlackJobProperty(String room,
boolean startNotification,
boolean notifyAborted,
boolean notifyFailure,
boolean notifyNotBuilt,
boolean notifySuccess,
boolean notifyUnstable,
boolean notifyBackToNormal)
getRoom
@Exported
public String getRoom()
getStartNotification
@Exported
public boolean getStartNotification()
getNotifySuccess
@Exported
public boolean getNotifySuccess()
prebuild
public boolean prebuild(hudson.model.AbstractBuild<?,?> build,
hudson.model.BuildListener listener)
- Specified by:
prebuild in interface hudson.tasks.BuildStep- Overrides:
prebuild in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
getNotifyAborted
@Exported
public boolean getNotifyAborted()
getNotifyFailure
@Exported
public boolean getNotifyFailure()
getNotifyNotBuilt
@Exported
public boolean getNotifyNotBuilt()
getNotifyUnstable
@Exported
public boolean getNotifyUnstable()
getNotifyBackToNormal
@Exported
public boolean getNotifyBackToNormal()
Copyright © 2004-2013. All Rights Reserved.