@Extension public class GitLabConnectionConfig extends GlobalConfiguration
Descriptor.FormException, Descriptor.PropertyType, Descriptor.Self
ExtensionPoint.LegacyInstancesAreScopedToHudson
clazz
Constructor and Description |
---|
GitLabConnectionConfig() |
Modifier and Type | Method and Description |
---|---|
void |
addConnection(GitLabConnection connection) |
static GitLabConnectionConfig |
get() |
GitLabClient |
getClient(String connectionName,
Item item,
String jobCredentialId) |
List<GitLabConnection> |
getConnections() |
boolean |
isUseAuthenticatedEndpoint() |
protected GitLabConnectionConfig |
readResolve() |
void |
setConnections(List<GitLabConnection> newConnections) |
void |
setUseAuthenticatedEndpoint(boolean useAuthenticatedEndpoint) |
all, configure, getDescriptor, getGlobalConfigPage
addHelpFileRedirect, 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
public boolean isUseAuthenticatedEndpoint()
@DataBoundSetter public void setUseAuthenticatedEndpoint(boolean useAuthenticatedEndpoint)
public List<GitLabConnection> getConnections()
public void addConnection(GitLabConnection connection)
@DataBoundSetter public void setConnections(List<GitLabConnection> newConnections)
public GitLabClient getClient(String connectionName, Item item, String jobCredentialId)
protected GitLabConnectionConfig readResolve()
public static GitLabConnectionConfig get()
Copyright © 2016–2022. All rights reserved.