Package com.gitee.jenkins.publisher
Class GiteeAcceptPullRequestPublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
com.gitee.jenkins.publisher.PullRequestNotifier
com.gitee.jenkins.publisher.GiteeAcceptPullRequestPublisher
- All Implemented Interfaces:
ExtensionPoint
,hudson.matrix.MatrixAggregatable
,Describable<Publisher>
,BuildStep
- Author:
- Robin Müller
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class hudson.tasks.Publisher
Publisher.DescriptorExtensionListImpl
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 interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
perform
(Run<?, ?> build, TaskListener listener, GiteeClient client, PullRequest pullRequest) Methods inherited from class com.gitee.jenkins.publisher.PullRequestNotifier
createAggregator, perform
Methods inherited from class hudson.tasks.Notifier
getDescriptor
Methods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuild
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
GiteeAcceptPullRequestPublisher
@DataBoundConstructor public GiteeAcceptPullRequestPublisher()
-
-
Method Details
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorService
in interfaceBuildStep
- Overrides:
getRequiredMonitorService
in classPullRequestNotifier
-
perform
protected void perform(Run<?, ?> build, TaskListener listener, GiteeClient client, PullRequest pullRequest) - Specified by:
perform
in classPullRequestNotifier
-