org.jenkinsci.plugins
Class WatcherJobProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.Job<?,?>>
      extended by org.jenkinsci.plugins.WatcherJobProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.model.ReconfigurableDescribable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class WatcherJobProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>

Configure list of email addresses as a property of a Job to be used for notification purposes.

Author:
ogondza

Nested Class Summary
static class WatcherJobProperty.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
WatcherJobProperty(String watcherAddresses)
           
 
Method Summary
 String getWatcherAddresses()
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WatcherJobProperty

@DataBoundConstructor
public WatcherJobProperty(String watcherAddresses)
Method Detail

getWatcherAddresses

public String getWatcherAddresses()


Copyright © 2004-2012. All Rights Reserved.