Class RepositoryPushHookRequest.Builder
java.lang.Object
com.atlassian.bitbucket.util.BuilderSupport
com.atlassian.bitbucket.hook.repository.AbstractRepositoryHookRequest.AbstractBuilder<B>
com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder<RepositoryPushHookRequest.Builder>
com.atlassian.bitbucket.hook.repository.RepositoryPushHookRequest.Builder
- Enclosing class:
- RepositoryPushHookRequest
public static class RepositoryPushHookRequest.Builder
extends SimpleRepositoryHookRequest.AbstractBuilder<RepositoryPushHookRequest.Builder>
-
Field Summary
Fields inherited from class com.atlassian.bitbucket.util.BuilderSupport
NOT_BLANK
-
Constructor Summary
-
Method Summary
Methods inherited from class com.atlassian.bitbucket.hook.repository.SimpleRepositoryHookRequest.AbstractBuilder
refChanges, refChanges, scmHookDetails
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
-
Builder
-
-
Method Details
-
build
-
self
- Specified by:
self
in classSimpleRepositoryHookRequest.AbstractBuilder<RepositoryPushHookRequest.Builder>
-