-
Nested Class Summary
Nested Classes
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, reconfigure, setOwner
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
GitLabConnectionProperty
@DataBoundConstructor
public GitLabConnectionProperty(String gitLabConnection)
-
Method Details
-
getGitLabConnection
public String getGitLabConnection()
-
getJobCredentialId
public String getJobCredentialId()
-
isUseAlternativeCredential
public boolean isUseAlternativeCredential()
-
setJobCredentialId
@DataBoundSetter
public void setJobCredentialId(String jobCredentialId)
-
setUseAlternativeCredential
@DataBoundSetter
public void setUseAlternativeCredential(boolean useAlternativeCredential)
-
-