Interface | Description |
---|---|
MeshNode |
Represents a node that manages git repositories
|
MeshService |
A service for administering
MeshNode s. |
Class | Description |
---|---|
RegisterMeshNodeRequest | |
RegisterMeshNodeRequest.Builder | |
UpdateMeshNodeRequest | |
UpdateMeshNodeRequest.Builder |
Enum | Description |
---|---|
MeshNode.State |
Enumerates the possible states for a given
Mesh node . |
Exception | Description |
---|---|
InvalidMeshNodeKeyException |
Thrown to indicate a Mesh node rejected a public key.
|
InvalidMeshNodeStateException |
Thrown to indicate the specified
MeshNode.State cannot be set, e.g. |
InvalidMeshNodeUrlException |
Thrown to indicate the specified RPC URL is invalid, either syntactically or semantically.
|
MeshNodeAuthenticationException |
Thrown to indicate a misconfiguration between Bitbucket Server and Mesh which prevents RPC requests from
being sent to the node.
|
MeshNodeConnectionException |
Thrown when there is a failure verifying connectivity to a
MeshNode . |
MeshNodeIncompatibleException |
Thrown when a
MeshNode is incompatible with the application. |
MeshNodeNameAlreadyExistsException |
Thrown to indicate a Mesh node has already been registered with the specified name.
|
MeshNodeUrlAlreadyExistsException |
Thrown to indicate a Mesh node has already been registered with the specified URL.
|
MeshUnavailableException | Deprecated
in 8.17 for removal in 9.0, without replacement
|
NoSuchMeshNodeException |
Thrown to indicate no Mesh node is registered with the specified ID.
|
RepositoryInconsistentException |
Thrown when an operation cannot be routed to Mesh because all replicas of the target repository have been
marked inconsistent (and needing repair) or failed (for example, because the hosting node is offline).
|
Copyright © 2024 Atlassian. All rights reserved.