@Extension
public static final class OOBuildStep.DescriptorImpl
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_TIMEOUT |
Constructor and Description |
---|
OOBuildStep.DescriptorImpl() |
Modifier and Type | Method and Description |
---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckKeystorePassword(String value,
String path) |
hudson.util.FormValidation |
doCheckKeystorePath(String value) |
String |
getDisplayName() |
String |
getKeystorePassword() |
String |
getKeystorePath() |
Map<String,OOServer> |
getOoServers(boolean filterOnlyActive) |
Integer |
getTimeout() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
boolean |
isDevModeEnabled() |
boolean |
isIgnoreSsl() |
Collection<String> |
listFlowsForServer(String uniqueLabel,
String basepath) |
void |
setIgnoreSsl(Boolean ignoreSsl) |
void |
setKeystorePassword(String keystorePassword) |
void |
setKeystorePath(String keystorePath) |
void |
setTimeout(Integer timeout) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, 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
public static final int DEFAULT_TIMEOUT
public boolean isDevModeEnabled()
public Integer getTimeout()
public void setTimeout(Integer timeout)
@JavaScriptMethod public Collection<String> listFlowsForServer(String uniqueLabel, String basepath) throws IOException
IOException
public boolean isIgnoreSsl()
public void setIgnoreSsl(Boolean ignoreSsl)
public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
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 json) throws hudson.model.Descriptor.FormException
configure
in class hudson.model.Descriptor<hudson.tasks.Builder>
hudson.model.Descriptor.FormException
public hudson.util.FormValidation doCheckKeystorePassword(@QueryParameter String value, @QueryParameter String path)
public String getKeystorePassword()
public void setKeystorePassword(String keystorePassword)
public hudson.util.FormValidation doCheckKeystorePath(@QueryParameter String value)
public void setKeystorePath(String keystorePath)
public String getKeystorePath()
Copyright © 2004-2016. All Rights Reserved.