Package com.atlassian.bitbucket.scm.pull
Class BulkRescopeCommandParameters.Builder
java.lang.Object
com.atlassian.bitbucket.scm.pull.BulkRescopeCommandParameters.Builder
- Enclosing class:
- BulkRescopeCommandParameters
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbuild()repository(com.atlassian.bitbucket.repository.Repository value) rescopeContext(BulkRescopeContext value) 
- 
Constructor Details- 
Builderpublic 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) 
 
-