Interface BitbucketPushEvent
- All Known Implementing Classes:
BitbucketCloudPushEvent
,BitbucketServerPushEvent
public interface BitbucketPushEvent
Represents a push event coming from Bitbucket (webhooks).
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
static interface
static interface
-
Method Summary
-
Method Details
-
getRepository
BitbucketRepository getRepository()- Returns:
- the destination repository that the push points to.
-
getChanges
List<? extends BitbucketPushEvent.Change> getChanges()
-