Package com.atlassian.bitbucket.scm.pull
Class BulkRescopeCommandParameters.Builder
java.lang.Object
com.atlassian.bitbucket.scm.pull.BulkRescopeCommandParameters.Builder
- Enclosing class:
- BulkRescopeCommandParameters
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
repository
(com.atlassian.bitbucket.repository.Repository value) rescopeContext
(BulkRescopeContext value)
-
Constructor Details
-
Builder
public Builder() -
Builder
-
-
Method Details
-
build
-
repository
@Nonnull public BulkRescopeCommandParameters.Builder repository(@Nonnull com.atlassian.bitbucket.repository.Repository value) -
rescopeContext
@Nonnull public BulkRescopeCommandParameters.Builder rescopeContext(@Nonnull BulkRescopeContext value)
-