jenkins.plugins.hipchat
Class HipChatNotifier.HipChatJobProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
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 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 |
| 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 |
HipChatNotifier.HipChatJobProperty
@DataBoundConstructor
public HipChatNotifier.HipChatJobProperty(java.lang.String room,
boolean startNotification)
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.