hudson.plugins.hgca
Class HGCAProjectProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
hudson.plugins.hgca.HGCAProjectProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep
public final class HGCAProjectProperty
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Property for AbstractProject that stores the HGCA pattern/URL pairs. Also handles setting
them globally.
- Author:
- Andrew Bayer
| 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, prebuild, setOwner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
annoPats
public final java.util.HashMap<java.lang.String,java.lang.String> annoPats
- HGCA Pattern/URL pairs for this project - overrides global settings.
DESCRIPTOR
@Extension
public static final HGCAProjectProperty.DescriptorImpl DESCRIPTOR
HGCAProjectProperty
@DataBoundConstructor
public HGCAProjectProperty(java.util.List<HGCAProjectProperty.Entry> annoPats)
HGCAProjectProperty
public HGCAProjectProperty(HGCAProjectProperty.Entry... annoPats)
useAnnotations
public boolean useAnnotations()
getAnnotations
public java.util.HashMap<java.lang.String,java.lang.String> getAnnotations()
Copyright © 2009. All Rights Reserved.