Class WatcherJobProperty
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- org.jenkinsci.plugins.mailwatcher.WatcherJobProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class WatcherJobProperty extends JobProperty<Job<?,?>>
Configure list of email addresses as a property of a Job to be used for notification purposes.- Author:
- ogondza
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
WatcherJobProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.JobProperty
owner
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description WatcherJobProperty(String watcherAddresses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getWatcherAddresses()
-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-