hudson.plugins.trac
Class TracProjectProperty.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<hudson.model.JobProperty<?>>
      extended by hudson.model.JobPropertyDescriptor
          extended by hudson.plugins.trac.TracProjectProperty.DescriptorImpl
Enclosing class:
TracProjectProperty

public static final class TracProjectProperty.DescriptorImpl
extends hudson.model.JobPropertyDescriptor


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException
 
Field Summary
 java.lang.String tracWebsite
          Trac website URL that these projects use.
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Constructor Summary
TracProjectProperty.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req)
           
 java.lang.String getDisplayName()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.Job> jobType)
           
 hudson.model.JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req)
           
 
Methods inherited from class hudson.model.JobPropertyDescriptor
getPropertyDescriptors
 
Methods inherited from class hudson.model.Descriptor
configure, convert, getConfigPage, getGlobalConfigPage, getHelpFile, isInstance, load, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tracWebsite

public java.lang.String tracWebsite
Trac website URL that these projects use. This value is normalized and therefore it always ends with '/'. Null if this is not configured yet.

Constructor Detail

TracProjectProperty.DescriptorImpl

public TracProjectProperty.DescriptorImpl()
Method Detail

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.Job> jobType)
Specified by:
isApplicable in class hudson.model.JobPropertyDescriptor

getDisplayName

public java.lang.String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.model.JobProperty<?>>

newInstance

public hudson.model.JobProperty<?> newInstance(org.kohsuke.stapler.StaplerRequest req)
                                        throws hudson.model.Descriptor.FormException
Specified by:
newInstance in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
Throws:
hudson.model.Descriptor.FormException

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req)
                  throws hudson.model.Descriptor.FormException
Overrides:
configure in class hudson.model.Descriptor<hudson.model.JobProperty<?>>
Throws:
hudson.model.Descriptor.FormException


Copyright © 2007 null. All Rights Reserved.