Package com.gitee.jenkins.connection
Class GiteeConnectionProperty
- java.lang.Object
-
- hudson.model.JobProperty<Job<?,?>>
-
- com.gitee.jenkins.connection.GiteeConnectionProperty
-
- All Implemented Interfaces:
ExtensionPoint
,Describable<JobProperty<?>>
,ReconfigurableDescribable<JobProperty<?>>
,BuildStep
public class GiteeConnectionProperty extends JobProperty<Job<?,?>>
- Author:
- Robin Müller
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GiteeConnectionProperty.DescriptorImpl
-
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList
-
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
-
Field Summary
-
Fields inherited from class hudson.model.JobProperty
owner
-
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
-
Constructor Summary
Constructors Constructor Description GiteeConnectionProperty(String giteeConnection)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description GiteeClient
getClient()
static GiteeClient
getClient(Job<?,?> job)
static GiteeClient
getClient(Run<?,?> build)
String
getGiteeConnection()
-
Methods inherited from class hudson.model.JobProperty
getDescriptor, getJobAction, getJobActions, getJobOverrides, getProjectAction, getProjectActions, getRequiredMonitorService, getSubTasks, perform, prebuild, reconfigure, setOwner
-
-
-
-
Constructor Detail
-
GiteeConnectionProperty
@DataBoundConstructor public GiteeConnectionProperty(String giteeConnection)
-
-
Method Detail
-
getGiteeConnection
public String getGiteeConnection()
-
getClient
public GiteeClient getClient()
-
getClient
public static GiteeClient getClient(Run<?,?> build)
-
getClient
public static GiteeClient getClient(Job<?,?> job)
-
-