| Package | Description |
|---|---|
| com.atlassian.bitbucket.scm | |
| com.atlassian.bitbucket.scm.event |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractScm
Convenience implementation of
Scm that returns null for all of the optional contract members. |
| Modifier and Type | Method and Description |
|---|---|
Scm |
ScmModuleDescriptor.getModule()
Retrieves the
Scm instance for this descriptor. |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
ScmProtocol.supports(Scm scm)
Determines if this protocol supports the specified
SCM. |
| Modifier and Type | Method and Description |
|---|---|
Scm |
ScmEvent.getScm()
Retrieves the
Scm raising the event. |
| Constructor and Description |
|---|
ScmEvent(Object source,
Scm scm)
Constructs a new
ScmEvent, initialising the event's source and setting the Scm from which
the event is being raised. |
ScmStatusChangedEvent(Object source,
Scm scm,
ScmStatus previousStatus)
|
Copyright © 2024 Atlassian. All rights reserved.