com.ibm.team.git.build.hjplugin
Class RTCGitBuilder.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
          extended by com.ibm.team.git.build.hjplugin.RTCGitBuilder.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
RTCGitBuilder

@Extension
public static final class RTCGitBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>


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
RTCGitBuilder.DescriptorImpl()
           
 
Method Summary
 hudson.util.FormValidation doCheckCredentialsId(String credentialsId)
           
 hudson.util.FormValidation doCheckJobConnection(hudson.model.AbstractProject<?,?> project, String serverURI, String credId, String timeout)
           
 hudson.util.FormValidation doCheckTimeout(String timeout)
           
 hudson.util.ListBoxModel doFillCredentialsIdItems(hudson.model.AbstractProject<?,?> project, String serverURI)
           
 hudson.util.FormValidation doTrackBuildWorkItem(String trackBuildWorkItem)
           
 hudson.util.FormValidation doValidateBuildDefinition(hudson.model.AbstractProject<?,?> project, String serverURI, String credId, String buildDef, String timeout)
           
 hudson.util.FormValidation doValidateTrackBuildWorkItem(String serverURI, String credId, String trackBuildWorkItem, String timeout)
           
 String getDisplayName()
          This get displayed at 'Add build step' button.
 boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
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

RTCGitBuilder.DescriptorImpl

public RTCGitBuilder.DescriptorImpl()
Method Detail

isApplicable

public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
Specified by:
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>

getDisplayName

public String getDisplayName()
This get displayed at 'Add build step' button.

Specified by:
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>

doCheckJobConnection

public hudson.util.FormValidation doCheckJobConnection(@AncestorInPath
                                                       hudson.model.AbstractProject<?,?> project,
                                                       @QueryParameter(value="serverURI")
                                                       String serverURI,
                                                       @QueryParameter(value="credentialsId")
                                                       String credId,
                                                       @QueryParameter(value="timeout")
                                                       String timeout)

doCheckTimeout

public hudson.util.FormValidation doCheckTimeout(@QueryParameter
                                                 String timeout)

doTrackBuildWorkItem

public hudson.util.FormValidation doTrackBuildWorkItem(@QueryParameter
                                                       String trackBuildWorkItem)

doValidateTrackBuildWorkItem

public hudson.util.FormValidation doValidateTrackBuildWorkItem(@QueryParameter(value="serverURI")
                                                               String serverURI,
                                                               @QueryParameter(value="credentialsId")
                                                               String credId,
                                                               @QueryParameter(value="trackBuildWorkItem")
                                                               String trackBuildWorkItem,
                                                               @QueryParameter(value="timeout")
                                                               String timeout)

doValidateBuildDefinition

public hudson.util.FormValidation doValidateBuildDefinition(@AncestorInPath
                                                            hudson.model.AbstractProject<?,?> project,
                                                            @QueryParameter(value="serverURI")
                                                            String serverURI,
                                                            @QueryParameter(value="credentialsId")
                                                            String credId,
                                                            @QueryParameter(value="buildDefinition")
                                                            String buildDef,
                                                            @QueryParameter(value="timeout")
                                                            String timeout)

doCheckCredentialsId

public hudson.util.FormValidation doCheckCredentialsId(@QueryParameter(value="credentialsId")
                                                       String credentialsId)

doFillCredentialsIdItems

public hudson.util.ListBoxModel doFillCredentialsIdItems(@AncestorInPath
                                                         hudson.model.AbstractProject<?,?> project,
                                                         @QueryParameter
                                                         String serverURI)


Copyright © 2004-2014. All Rights Reserved.