Class BitbucketCloudPushEvent
java.lang.Object
com.cloudbees.jenkins.plugins.bitbucket.client.events.BitbucketCloudPushEvent
- All Implemented Interfaces:
BitbucketPushEvent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
static class
static class
static class
Nested classes/interfaces inherited from interface com.cloudbees.jenkins.plugins.bitbucket.api.BitbucketPushEvent
BitbucketPushEvent.Change, BitbucketPushEvent.Reference, BitbucketPushEvent.Target
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setChanges
(List<BitbucketCloudPushEvent.ChangeImpl> changes) void
setRepository
(BitbucketCloudRepository repository)
-
Constructor Details
-
BitbucketCloudPushEvent
public BitbucketCloudPushEvent()
-
-
Method Details
-
getRepository
- Specified by:
getRepository
in interfaceBitbucketPushEvent
- Returns:
- the destination repository that the push points to.
-
setRepository
-
getChanges
- Specified by:
getChanges
in interfaceBitbucketPushEvent
-
setChanges
-