Class TagHookRequest.AbstractBuilder<B extends TagHookRequest.AbstractBuilder<B>>
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder<B>
com.atlassian.bitbucket.event.tag.TagHookRequest.AbstractBuilder<B>
- Direct Known Subclasses:
TagCreationHookRequest.Builder
,TagDeletionHookRequest.Builder
- Enclosing class:
- TagHookRequest
protected abstract static class TagHookRequest.AbstractBuilder<B extends TagHookRequest.AbstractBuilder<B>>
extends AbstractRepositoryHookRequest.AbstractBuilder<B>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger, Tag tag) -
Method Summary
Methods inherited from class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
context, context, dryRun, self
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
AbstractBuilder
protected AbstractBuilder(@Nonnull Repository repository, @Nonnull RepositoryHookTrigger trigger, @Nonnull Tag tag)
-