hudson.plugins.trac
Class TracProjectProperty
java.lang.Object
hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
hudson.plugins.trac.TracProjectProperty
- All Implemented Interfaces:
- hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>
public final class TracProjectProperty
- extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Property for AbstractProject that stores the associated Trac website URL.
TODO: right now, only the system-wide configuration is implemented, but not
project-local configuration. But since the latter would be a natural extension,
this class extends JobProperty.
- Author:
- Kohsuke Kawaguchi
| Fields inherited from class hudson.model.JobProperty |
owner |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DESCRIPTOR
public static final TracProjectProperty.DescriptorImpl DESCRIPTOR
TracProjectProperty
public TracProjectProperty()
getDescriptor
public TracProjectProperty.DescriptorImpl getDescriptor()
- Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>- Overrides:
getDescriptor in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
Copyright © 2007 null. All Rights Reserved.