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.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested 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 voidperform(Run<?, ?> build, TaskListener listener, GiteeClient client, PullRequest pullRequest) Methods inherited from class com.gitee.jenkins.publisher.PullRequestNotifier
createAggregator, performMethods inherited from class hudson.tasks.Notifier
getDescriptorMethods inherited from class hudson.tasks.Publisher
all, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
GiteeAcceptPullRequestPublisher
@DataBoundConstructor public GiteeAcceptPullRequestPublisher()
-
-
Method Details
-
getRequiredMonitorService
- Specified by:
getRequiredMonitorServicein interfaceBuildStep- Overrides:
getRequiredMonitorServicein classPullRequestNotifier
-
perform
protected void perform(Run<?, ?> build, TaskListener listener, GiteeClient client, PullRequest pullRequest) - Specified by:
performin classPullRequestNotifier
-