jenkins.plugins.slack
Class SlackNotifier.SlackJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by 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 Class Summary
static class SlackNotifier.SlackJobProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 
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)
           
 
Method Summary
 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)
           
 
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
 

Constructor Detail

SlackNotifier.SlackJobProperty

@DataBoundConstructor
public SlackNotifier.SlackJobProperty(String room,
                                                           boolean startNotification,
                                                           boolean notifyAborted,
                                                           boolean notifyFailure,
                                                           boolean notifyNotBuilt,
                                                           boolean notifySuccess,
                                                           boolean notifyUnstable,
                                                           boolean notifyBackToNormal)
Method Detail

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.