jenkins.plugins.lechat
Class LeChatNotifier.LeChatJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by jenkins.plugins.lechat.LeChatNotifier.LeChatJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
Enclosing class:
LeChatNotifier

public static class LeChatNotifier.LeChatJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Nested Class Summary
static class LeChatNotifier.LeChatJobProperty.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
LeChatNotifier.LeChatJobProperty(String room, boolean startNotification, boolean notifyAborted, boolean notifyFailure, boolean notifyNotBuilt, boolean notifySuccess, boolean notifyUnstable)
           
 
Method Summary
 boolean getNotifyAborted()
           
 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

LeChatNotifier.LeChatJobProperty

@DataBoundConstructor
public LeChatNotifier.LeChatJobProperty(String room,
                                                             boolean startNotification,
                                                             boolean notifyAborted,
                                                             boolean notifyFailure,
                                                             boolean notifyNotBuilt,
                                                             boolean notifySuccess,
                                                             boolean notifyUnstable)
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()


Copyright © 2004-2013. All Rights Reserved.