Package io.jenkins.plugins.configuration
Class ZSConnectionConfiguration
- java.lang.Object
-
- hudson.model.Descriptor<GlobalConfiguration>
-
- jenkins.model.GlobalConfiguration
-
- io.jenkins.plugins.configuration.ZSConnectionConfiguration
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<GlobalConfiguration>
,Saveable
,OnMaster
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class) @Extension public class ZSConnectionConfiguration extends GlobalConfiguration
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class hudson.model.Descriptor
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.Descriptor
clazz
-
-
Constructor Summary
Constructors Constructor Description ZSConnectionConfiguration()
ZSConnectionConfiguration(ZSConnection connection)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAccessToken()
String
getAccountsDomain()
String
getClientId()
String
getClientSecret()
String
getRedirectURL()
String
getRefreshToken()
String
getServiceAPIDomain()
String
getServiceDomain()
String
getZoid()
String
getZSApiPath()
void
setAccessToken(String value)
ZSConnectionConfiguration
withRefreshToken(String value)
-
Methods inherited from class jenkins.model.GlobalConfiguration
all, configure, getDescriptor, getGlobalConfigPage
-
Methods inherited from class hudson.model.Descriptor
addHelpFileRedirect, bindJSON, 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, getRequiredGlobalConfigPagePermission, getT, getViewPage, isInstance, isSubTypeOf, load, newInstance, newInstance, newInstancesFromHeteroList, newInstancesFromHeteroList, save, self, toArray, toList, toMap
-
-
-
-
Constructor Detail
-
ZSConnectionConfiguration
public ZSConnectionConfiguration()
-
ZSConnectionConfiguration
public ZSConnectionConfiguration(ZSConnection connection)
-
-
Method Detail
-
getAccountsDomain
public String getAccountsDomain()
-
getServiceDomain
public String getServiceDomain()
-
getServiceAPIDomain
public String getServiceAPIDomain()
-
getZoid
public String getZoid()
-
getClientId
public String getClientId()
-
getClientSecret
public String getClientSecret()
-
getRedirectURL
public String getRedirectURL()
-
getRefreshToken
public String getRefreshToken()
-
withRefreshToken
public ZSConnectionConfiguration withRefreshToken(String value)
-
getAccessToken
public String getAccessToken()
-
setAccessToken
public void setAccessToken(String value)
-
getZSApiPath
public String getZSApiPath()
-
-