@Extension
public class OpenShiftDescriptor
extends hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>
| Constructor and Description |
|---|
OpenShiftDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
configure(org.kohsuke.stapler.StaplerRequest req,
net.sf.json.JSONObject json) |
hudson.util.FormValidation |
doCheckLogin(String brokerAddress,
String username,
String password) |
hudson.util.ListBoxModel |
doFillDomainItems(String serverName) |
hudson.util.ListBoxModel |
doFillGearProfileItems(String serverName) |
hudson.util.ListBoxModel |
doFillServerNameItems() |
hudson.util.FormValidation |
doUploadSSHKeys(String brokerAddress,
String username,
String password,
String publicKeyPath) |
String |
getDisplayName() |
String |
getPublicKeyPath() |
List<OpenShiftServer> |
getServers() |
boolean |
isApplicable(Class<? extends hudson.model.AbstractProject> jobType) |
addHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, 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, toMappublic 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.FormExceptionpublic String getDisplayName()
getDisplayName in class hudson.model.Descriptor<hudson.tasks.Builder>public boolean isApplicable(Class<? extends hudson.model.AbstractProject> jobType)
isApplicable in class hudson.tasks.BuildStepDescriptor<hudson.tasks.Builder>public List<OpenShiftServer> getServers()
public String getPublicKeyPath()
public hudson.util.FormValidation doCheckLogin(@QueryParameter(value="brokerAddress")
String brokerAddress,
@QueryParameter(value="username")
String username,
@QueryParameter(value="password")
String password)
public hudson.util.FormValidation doUploadSSHKeys(@QueryParameter(value="brokerAddress")
String brokerAddress,
@QueryParameter(value="username")
String username,
@QueryParameter(value="password")
String password,
@QueryParameter(value="publicKeyPath")
String publicKeyPath)
public hudson.util.ListBoxModel doFillServerNameItems()
public hudson.util.ListBoxModel doFillGearProfileItems(@QueryParameter(value="serverName")
String serverName)
public hudson.util.ListBoxModel doFillDomainItems(@QueryParameter(value="serverName")
String serverName)
Copyright © 2004-2014. All Rights Reserved.