hudson.plugins.backlog
Class BacklogProjectProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>
      extended by hudson.plugins.backlog.BacklogProjectProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public final class BacklogProjectProperty
extends hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>

Property for AbstractProject that stores the associated Backlog website URL.

Author:
dragon3
See Also:
http://d.hatena.ne.jp/cactusman/20090328/p1

Nested Class Summary
static class BacklogProjectProperty.DescriptorImpl
           
 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
hudson.tasks.BuildStep.PublisherList
 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
hudson.ExtensionPoint.LegacyInstancesAreScopedToHudson
 
Field Summary
 java.lang.String spaceURL
           
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
BacklogProjectProperty(java.lang.String spaceURL)
           
 
Method Summary
 hudson.model.Action getJobAction(hudson.model.AbstractProject<?,?> job)
           
 
Methods inherited from class hudson.model.JobProperty
getDescriptor, getProjectAction, perform, prebuild, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spaceURL

public final java.lang.String spaceURL
Constructor Detail

BacklogProjectProperty

@DataBoundConstructor
public BacklogProjectProperty(java.lang.String spaceURL)
Method Detail

getJobAction

public hudson.model.Action getJobAction(hudson.model.AbstractProject<?,?> job)
Overrides:
getJobAction in class hudson.model.JobProperty<hudson.model.AbstractProject<?,?>>


Copyright © 2010. All Rights Reserved.