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