hudson.plugins.kagemai
Class KagemaiProjectProperty

java.lang.Object
  extended by hudson.model.JobProperty<hudson.model.Job<?,?>>
      extended by hudson.plugins.kagemai.KagemaiProjectProperty
All Implemented Interfaces:
hudson.ExtensionPoint, hudson.model.Describable<hudson.model.JobProperty<?>>, hudson.tasks.BuildStep

public class KagemaiProjectProperty
extends hudson.model.JobProperty<hudson.model.Job<?,?>>

Author:
yamkazu

Nested Class Summary
static class KagemaiProjectProperty.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
static KagemaiProjectProperty.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.model.JobProperty
owner
 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
 
Constructor Summary
KagemaiProjectProperty(java.lang.String siteName, java.lang.String projectId, java.lang.String regex, boolean linkEnabled)
           
 
Method Summary
 hudson.model.JobPropertyDescriptor getDescriptor()
           
 KagemaiSession getKagemaiSession()
           
 java.lang.String getProjectId()
           
 java.lang.String getRegex()
           
 KagemaiSite getSite()
           
 java.lang.String getSiteName()
           
 boolean isLinkEnabled()
           
 
Methods inherited from class hudson.model.JobProperty
getJobAction, getProjectAction, getRequiredMonitorService, perform, prebuild, setOwner
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

@Extension
public static final KagemaiProjectProperty.DescriptorImpl DESCRIPTOR
Constructor Detail

KagemaiProjectProperty

@DataBoundConstructor
public KagemaiProjectProperty(java.lang.String siteName,
                                                   java.lang.String projectId,
                                                   java.lang.String regex,
                                                   boolean linkEnabled)
Method Detail

getSiteName

public java.lang.String getSiteName()

getProjectId

public java.lang.String getProjectId()

getRegex

public java.lang.String getRegex()

isLinkEnabled

public boolean isLinkEnabled()

getKagemaiSession

public KagemaiSession getKagemaiSession()

getSite

public KagemaiSite getSite()

getDescriptor

public hudson.model.JobPropertyDescriptor getDescriptor()
Specified by:
getDescriptor in interface hudson.model.Describable<hudson.model.JobProperty<?>>
Overrides:
getDescriptor in class hudson.model.JobProperty<hudson.model.Job<?,?>>
See Also:
JobProperty.getDescriptor()


Copyright © 2009. All Rights Reserved.