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
configure, configure, convert, doHelp, find, find, getCheckUrl, getConfigPage, getGlobalConfigPage, getHelpFile, getHelpFile, getJsonSafeClassName, getPropertyType, getViewPage, isInstance, load, newInstance, newInstance, 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 © 2010. All Rights Reserved.