net.praqma.jenkins.configrotator.scm.clearcaseucm
Class ClearCaseUCM.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<AbstractConfigurationRotatorSCM>
      extended by net.praqma.jenkins.configrotator.ConfigurationRotatorSCMDescriptor<ClearCaseUCM>
          extended by net.praqma.jenkins.configrotator.scm.clearcaseucm.ClearCaseUCM.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
ClearCaseUCM

@Extension
public static final class ClearCaseUCM.DescriptorImpl
extends ConfigurationRotatorSCMDescriptor<ClearCaseUCM>


Nested Class Summary
 
Nested classes/interfaces inherited from class hudson.model.Descriptor
hudson.model.Descriptor.FormException, hudson.model.Descriptor.PropertyType, hudson.model.Descriptor.Self
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
ClearCaseUCM.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doTest()
           
 String getDisplayName()
           
 String getFeedComponentName()
           
 net.praqma.clearcase.ucm.entities.Project.PromotionLevel[] getPromotionLevels()
           
 List<ClearCaseUCMTarget> getTargets(ClearCaseUCM instance)
           
 AbstractConfigurationRotatorSCM newInstance(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData, AbstractConfigurationRotatorSCM i)
           
 
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, configure, doHelp, find, find, getCheckUrl, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClearCaseUCM.DescriptorImpl

public ClearCaseUCM.DescriptorImpl()
Method Detail

getDisplayName

public String getDisplayName()
Specified by:
getDisplayName in class hudson.model.Descriptor<AbstractConfigurationRotatorSCM>

getFeedComponentName

public String getFeedComponentName()
Specified by:
getFeedComponentName in class ConfigurationRotatorSCMDescriptor<ClearCaseUCM>

doTest

public hudson.util.FormValidation doTest()
                                  throws IOException,
                                         javax.servlet.ServletException
Throws:
IOException
javax.servlet.ServletException

newInstance

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

getTargets

public List<ClearCaseUCMTarget> getTargets(ClearCaseUCM instance)

getPromotionLevels

public net.praqma.clearcase.ucm.entities.Project.PromotionLevel[] getPromotionLevels()


Copyright © 2004-2013. All Rights Reserved.