join
Class JoinTrigger.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>
          extended by join.JoinTrigger.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
JoinTrigger

@Extension
public static class JoinTrigger.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>


Nested Class Summary
static class JoinTrigger.DescriptorImpl.ItemListenerImpl
           
static class JoinTrigger.DescriptorImpl.RunListenerImpl
          Form validation method.
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType
 
Field Summary
static JoinTrigger.DescriptorImpl DESCRIPTOR
           
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
JoinTrigger.DescriptorImpl()
           
 
Method Summary
 java.util.List<hudson.model.Descriptor<hudson.tasks.Publisher>> getApplicableDescriptors()
           
 java.util.List<hudson.model.Descriptor<hudson.tasks.Publisher>> getApplicableExperimentalDescriptors(hudson.model.AbstractProject<?,?> project)
           
 java.lang.String getDisplayName()
           
 java.lang.String getHelpFile()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
           
 JoinTrigger newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData)
           
 boolean showEvenIfUnstableOption(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
configure, configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESCRIPTOR

public static final JoinTrigger.DescriptorImpl DESCRIPTOR
Constructor Detail

JoinTrigger.DescriptorImpl

public JoinTrigger.DescriptorImpl()
Method Detail

getDisplayName

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

getHelpFile

public java.lang.String getHelpFile()
Overrides:
getHelpFile in class hudson.model.Descriptor<hudson.tasks.Publisher>

newInstance

public JoinTrigger newInstance(org.kohsuke.stapler.StaplerRequest req,
                               net.sf.json.JSONObject formData)
                        throws hudson.model.Descriptor.FormException
Overrides:
newInstance in class hudson.model.Descriptor<hudson.tasks.Publisher>
Throws:
hudson.model.Descriptor.FormException

isApplicable

public boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Publisher>

showEvenIfUnstableOption

public boolean showEvenIfUnstableOption(java.lang.Class<? extends hudson.model.AbstractProject> jobType)

getApplicableDescriptors

public java.util.List<hudson.model.Descriptor<hudson.tasks.Publisher>> getApplicableDescriptors()

getApplicableExperimentalDescriptors

public java.util.List<hudson.model.Descriptor<hudson.tasks.Publisher>> getApplicableExperimentalDescriptors(hudson.model.AbstractProject<?,?> project)


Copyright © 2009. All Rights Reserved.