org.hudsonci.plugins.snapshotmonitor
Class WatchedDependenciesProperty
java.lang.Object
hudson.model.JobProperty<AbstractProject<?,?>>
org.hudsonci.plugins.snapshotmonitor.WatchedDependenciesProperty
- All Implemented Interfaces:
- ExtensionPoint, Describable<JobProperty<?>>, BuildStep
public class WatchedDependenciesProperty
- extends JobProperty<AbstractProject<?,?>>
Property to attach WatchedDependencies to a project.
A property is required to more easily hook up the dependencies when the project loads.
- Since:
- 2.1.0
- Author:
- Jason Dillon
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WatchedDependenciesProperty
@DataBoundConstructor
public WatchedDependenciesProperty()
getDescriptor
public WatchedDependenciesProperty.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface Describable<JobProperty<?>>- Overrides:
getDescriptor in class JobProperty<AbstractProject<?,?>>
setOwner
protected void setOwner(AbstractProject<?,?> owner)
- Overrides:
setOwner in class JobProperty<AbstractProject<?,?>>
get
public Collection<WatchedDependency> get()
set
public void set(Collection<WatchedDependency> dependencies)
Copyright © 2004-2011 Hudson. All Rights Reserved.