Class SimpleRepositoryHookRequest.AbstractBuilder<B extends SimpleRepositoryHookRequest.AbstractBuilder<B>>
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder<B>
com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder<B>
- Direct Known Subclasses:
RepositoryPushHookRequest.Builder
,SimpleRepositoryHookRequest.Builder
- Enclosing class:
- SimpleRepositoryHookRequest
protected abstract static class SimpleRepositoryHookRequest.AbstractBuilder<B extends SimpleRepositoryHookRequest.AbstractBuilder<B>>
extends AbstractRepositoryHookRequest.AbstractBuilder<B>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
ModifierConstructorDescriptionprotected
AbstractBuilder
(Repository repository, RepositoryHookTrigger trigger) -
Method Summary
Modifier and TypeMethodDescriptionrefChanges
(RefChange value, RefChange... moreValues) refChanges
(Iterable<RefChange> values) scmHookDetails
(ScmHookDetails value) protected abstract B
self()
Methods inherited from class com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder
context, context, dryRun
Methods inherited from class com.atlassian.bitbucket.util.BuilderSupport
addIf, addIf, addIf, addIf, addIf, addIf, checkNotBlank, requireNonBlank
-
Constructor Details
-
AbstractBuilder
-
-
Method Details
-
refChanges
-
refChanges
-
scmHookDetails
-
self
- Specified by:
self
in classAbstractRepositoryHookRequest.AbstractBuilder<B extends SimpleRepositoryHookRequest.AbstractBuilder<B>>
-