| Package | Description |
|---|---|
| com.atlassian.bitbucket.repository | |
| com.atlassian.bitbucket.scm |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractRefCallback
Convenience implementation of
RefCallback that provides no-op implementations for all methods. |
| Modifier and Type | Method and Description |
|---|---|
Command<Void> |
ScmCommandFactory.heads(RefCallback callback)
Deprecated.
in 6.4 for removal in 7.0. Use
ScmCommandFactory.refs(com.atlassian.bitbucket.scm.RefsCommandParameters, com.atlassian.bitbucket.repository.RefCallback) instead. |
Command<Void> |
ScmCommandFactory.refs(RefsCommandParameters parameters,
RefCallback callback)
Streams all of the
refs in the repository. |
Copyright © 2019 Atlassian. All rights reserved.