@Extension
public static final class CheckGateBuilder.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Constructor and Description |
---|
CheckGateBuilder.DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject formData) |
hudson.util.FormValidation |
doCheckPcPassword(String value) |
hudson.util.FormValidation |
doCheckPcUrl(String value) |
hudson.util.FormValidation |
doCheckPcUsername(String value) |
hudson.util.ListBoxModel |
doFillGateItems(String project) |
hudson.util.ListBoxModel |
doFillProjectItems() |
hudson.util.FormValidation |
doTestConnection(String pcUrl,
String pcUsername,
String pcPassword) |
String |
getData(String url,
hudson.model.BuildListener listener) |
String |
getDisplayName() |
String |
getGateNameById(String gateId) |
String |
getPcPassword() |
String |
getPcUrl() |
String |
getPcUsername() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> aClass) |
void |
loadData() |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getGlobalConfigPage, getGlobalPropertyType, getHelpFile, getHelpFile, getHelpFile, getId, getJsonSafeClassName, getKlass, getPlugin, getPossibleViewNames, getPropertyType, getPropertyType, getPropertyTypeOrDie, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
public hudson.util.FormValidation doCheckPcUrl(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckPcUsername(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doCheckPcPassword(@QueryParameter String value) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public hudson.util.FormValidation doTestConnection(@QueryParameter String pcUrl, @QueryParameter String pcUsername, @QueryParameter String pcPassword) throws IOException, javax.servlet.ServletException
IOException
javax.servlet.ServletException
public void loadData()
public hudson.util.ListBoxModel doFillProjectItems() throws IOException, GeneralSecurityException
IOException
GeneralSecurityException
public hudson.util.ListBoxModel doFillGateItems(@QueryParameter String project)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> aClass)
isApplicable
in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
public String getDisplayName()
getDisplayName
in class hudson.model.Descriptor<hudson.tasks.Builder>
public boolean configure(org.kohsuke.stapler.StaplerRequest req, net.sf.json.JSONObject formData) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public String getPcUrl()
public String getPcUsername()
public String getPcPassword()
Copyright © 2016. All rights reserved.