Class GitHubTagCreatedEvent
java.lang.Object
hudson.model.AbstractDescribableImpl<GitHubTagEvent>
com.github.kostyasha.github.integration.tag.events.GitHubTagEvent
com.github.kostyasha.github.integration.tag.events.impl.GitHubTagCreatedEvent
- All Implemented Interfaces:
ExtensionPoint
,Describable<GitHubTagEvent>
Triggers when tag didn't exist before and appeared in remote.
- Author:
- Kanstantsin Shautsou
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncheck
(GitHubTagDecisionContext context) indicates that branch was createdMethods inherited from class com.github.kostyasha.github.integration.tag.events.GitHubTagEvent
getDescriptor
-
Constructor Details
-
GitHubTagCreatedEvent
@DataBoundConstructor public GitHubTagCreatedEvent()
-
-
Method Details
-
check
Description copied from class:GitHubTagEvent
indicates that branch was created- Overrides:
check
in classGitHubTagEvent
- Returns:
- cause object. null when no influence (other events will be checked. If cause.isSkip() == true, then other checks wouldn't influence. And triggering for this branch will be skipped. If cause.isSkip() == false, indicates that branch build should be run.
- Throws:
IOException
-