Class GitLabVotePublisher
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Publisher
hudson.tasks.Notifier
com.dabsquared.gitlabjenkins.publisher.MergeRequestNotifier
com.dabsquared.gitlabjenkins.publisher.GitLabVotePublisher
- All Implemented Interfaces:
- ExtensionPoint,- hudson.matrix.MatrixAggregatable,- Describable<Publisher>,- BuildStep
- Author:
- Robin Müller
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class hudson.tasks.PublisherPublisher.DescriptorExtensionListImplNested classes/interfaces inherited from interface hudson.tasks.BuildStepBuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
- 
Field SummaryFields inherited from interface hudson.tasks.BuildStepBUILDERS, PUBLISHERS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected voidperform(Run<?, ?> build, TaskListener listener, GitLabClient client, MergeRequest mergeRequest) Methods inherited from class com.dabsquared.gitlabjenkins.publisher.MergeRequestNotifiercreateAggregator, performMethods inherited from class hudson.tasks.NotifiergetDescriptorMethods inherited from class hudson.tasks.Publisherall, getProjectAction, needsToRunAfterFinalized, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayergetProjectAction, getProjectActions, perform, prebuild
- 
Constructor Details- 
GitLabVotePublisher@DataBoundConstructor public GitLabVotePublisher()
 
- 
- 
Method Details- 
getRequiredMonitorService- Specified by:
- getRequiredMonitorServicein interface- BuildStep
- Overrides:
- getRequiredMonitorServicein class- MergeRequestNotifier
 
- 
performprotected void perform(Run<?, ?> build, TaskListener listener, GitLabClient client, MergeRequest mergeRequest) - Specified by:
- performin class- MergeRequestNotifier
 
 
-