hudson.plugins.nsiq
Class NSiqBuilder.DescriptorImpl

java.lang.Object
  extended by hudson.model.Descriptor<T>
      extended by hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
          extended by hudson.plugins.nsiq.NSiqBuilder.DescriptorImpl
All Implemented Interfaces:
hudson.model.Saveable
Enclosing class:
NSiqBuilder

public static final class NSiqBuilder.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
 
Field Summary
 
Fields inherited from class hudson.model.Descriptor
clazz
 
Fields inherited from interface hudson.model.Saveable
NOOP
 
Constructor Summary
NSiqBuilder.DescriptorImpl()
           
 
Method Summary
 boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject jsonObject)
          configure 메소드는 플러그인 설정에서 저장 버튼을 클릭했을 때 실행되는 메소드이다.
 hudson.util.FormValidation doCheckPath(org.kohsuke.stapler.StaplerRequest request, org.kohsuke.stapler.StaplerResponse response, java.lang.String nsiqPath)
           
 java.lang.String getDisplayName()
           
 java.lang.String getNsiqPath()
           
 boolean isApplicable(java.lang.Class<? extends hudson.model.AbstractProject> jobType)
           
 void setNsiqPath(java.lang.String nsiqPath)
           
 
Methods inherited from class hudson.tasks.BuildStepDescriptor
filter
 
Methods inherited from class hudson.model.Descriptor
calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, getCheckUrl, getConfigPage, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getPropertyType, getPropertyType, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, toArray, toList, toMap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NSiqBuilder.DescriptorImpl

public NSiqBuilder.DescriptorImpl()
Method Detail

getNsiqPath

public java.lang.String getNsiqPath()

setNsiqPath

public void setNsiqPath(java.lang.String nsiqPath)

getDisplayName

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

doCheckPath

public hudson.util.FormValidation doCheckPath(org.kohsuke.stapler.StaplerRequest request,
                                              org.kohsuke.stapler.StaplerResponse response,
                                              @QueryParameter(value="nsiqPath")
                                              java.lang.String nsiqPath)
                                       throws java.io.IOException,
                                              javax.servlet.ServletException
Throws:
java.io.IOException
javax.servlet.ServletException

configure

public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject jsonObject)
                  throws hudson.model.Descriptor.FormException
configure 메소드는 플러그인 설정에서 저장 버튼을 클릭했을 때 실행되는 메소드이다.

Overrides:
configure in class hudson.model.Descriptor<hudson.tasks.Builder>
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.Builder>


Copyright © 2004-2011. All Rights Reserved.