jenkins.plugins.hipchat
Class HipChatNotifier.HipChatJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by jenkins.plugins.hipchat.HipChatNotifier.HipChatJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
Enclosing class:
HipChatNotifier

public static class HipChatNotifier.HipChatJobProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Nested Class Summary
static class HipChatNotifier.HipChatJobProperty.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
HipChatNotifier.HipChatJobProperty(java.lang.String room, boolean startNotification)
           
 
Method Summary
 java.lang.String getRoom()
           
 boolean getStartNotification()
           
 boolean prebuild(hudson.model.AbstractBuild<?,?> build, hudson.model.BuildListener listener)
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getProjectAction, getRequiredMonitorService, perform, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HipChatNotifier.HipChatJobProperty

@DataBoundConstructor
public HipChatNotifier.HipChatJobProperty(java.lang.String room,
                                                               boolean startNotification)
Method Detail

getRoom

@Exported
public java.lang.String getRoom()

getStartNotification

@Exported
public boolean getStartNotification()

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<?,?>>


Copyright © 2012. All Rights Reserved.