public class GitLabConnectionProperty extends JobProperty<Job<?,?>>
Modifier and Type | Class and Description |
---|---|
static class |
GitLabConnectionProperty.DescriptorImpl |
BuildStep.PublisherList
ExtensionPoint.LegacyInstancesAreScopedToHudson
owner
BUILDERS, PUBLISHERS
Constructor and Description |
---|
GitLabConnectionProperty(String gitLabConnection) |
Modifier and Type | Method and Description |
---|---|
GitLabClient |
getClient() |
static GitLabClient |
getClient(Run<?,?> build) |
String |
getGitLabConnection() |
String |
getJobCredentialId() |
boolean |
isUseAlternativeCredential() |
void |
setJobCredentialId(String jobCredentialId) |
void |
setUseAlternativeCredential(boolean useAlternativeCredential) |
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
@DataBoundConstructor public GitLabConnectionProperty(String gitLabConnection)
public String getGitLabConnection()
public String getJobCredentialId()
public boolean isUseAlternativeCredential()
@DataBoundSetter public void setJobCredentialId(String jobCredentialId)
@DataBoundSetter public void setUseAlternativeCredential(boolean useAlternativeCredential)
public GitLabClient getClient()
public static GitLabClient getClient(@NotNull Run<?,?> build)
Copyright © 2016–2022. All rights reserved.