com.tikal.hudson.plugins.notification
Class HudsonNotificationProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by com.tikal.hudson.plugins.notification.HudsonNotificationProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class HudsonNotificationProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Nested Class Summary
 
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
 java.util.List<Endpoint> endpoints
           
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
HudsonNotificationProperty(java.util.List<Endpoint> endpoints)
           
 
Method Summary
 HudsonNotificationPropertyDescriptor getDescriptor()
           
 java.util.List<Endpoint> getEndpoints()
           
 
Methods inherited from class hudson.model.JobProperty
getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

endpoints

public final java.util.List<Endpoint> endpoints
Constructor Detail

HudsonNotificationProperty

@DataBoundConstructor
public HudsonNotificationProperty(java.util.List<Endpoint> endpoints)
Method Detail

getEndpoints

public java.util.List<Endpoint> getEndpoints()

getDescriptor

public HudsonNotificationPropertyDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>
Overrides:
getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Copyright © 2004-2011. All Rights Reserved.