@Extension(ordinal=100.0)
public class DevOpsGlobalConfiguration
extends jenkins.model.GlobalConfiguration
| Constructor and Description | 
|---|
DevOpsGlobalConfiguration()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
configure(org.kohsuke.stapler.StaplerRequest req,
         net.sf.json.JSONObject formData)  | 
hudson.util.ListBoxModel | 
doFillCredentialsIdItems(String target)
This method is called to populate the credentials list on the Jenkins config page. 
 | 
hudson.util.ListBoxModel | 
doFillRegionItems()  | 
void | 
doTestConnection(org.kohsuke.stapler.StaplerRequest req,
                org.kohsuke.stapler.StaplerResponse rsp)
Deprecated.  
 | 
String | 
getCredentialsId()  | 
com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials | 
getCredentialsObj()  | 
String | 
getSyncId()  | 
String | 
getSyncToken()  | 
void | 
setCredentialsId(String credentialsId)  | 
void | 
setSyncId(String syncId)  | 
void | 
setSyncToken(String syncToken)  | 
all, getDescriptor, getGlobalConfigPageaddHelpFileRedirect, calcAutoCompleteSettings, calcFillSettings, configure, doHelp, find, find, findByDescribableClassName, findById, getCategory, getCheckMethod, getCheckUrl, getConfigFile, getConfigPage, getCurrentDescriptorByNameUrl, getDescriptorFullUrl, getDescriptorUrl, getDisplayName, 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 String getSyncId()
public void setSyncId(String syncId)
public String getSyncToken()
public void setSyncToken(String syncToken)
public String getCredentialsId()
public void setCredentialsId(String credentialsId)
public boolean configure(org.kohsuke.stapler.StaplerRequest req,
                         net.sf.json.JSONObject formData)
                  throws hudson.model.Descriptor.FormException
configure in class hudson.model.Descriptor<jenkins.model.GlobalConfiguration>hudson.model.Descriptor.FormExceptionpublic hudson.util.ListBoxModel doFillRegionItems()
@Deprecated public void doTestConnection(org.kohsuke.stapler.StaplerRequest req, org.kohsuke.stapler.StaplerResponse rsp) throws IOException, javax.servlet.ServletException
IOExceptionjavax.servlet.ServletExceptionpublic hudson.util.ListBoxModel doFillCredentialsIdItems(@QueryParameter(value="target")
                                                         String target)
public com.cloudbees.plugins.credentials.common.StandardUsernamePasswordCredentials getCredentialsObj()
Copyright © 2016–2018. All rights reserved.