Class BitbucketCloudPushCreationEvent
- java.lang.Object
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.AbstractBitbucketCloudPushEvent
-
- com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.BitbucketCloudPushCreationEvent
-
- All Implemented Interfaces:
AbstractBitbucketCloudEvent
@AsynchronousPreferred public final class BitbucketCloudPushCreationEvent extends AbstractBitbucketCloudPushEvent
-
-
Constructor Summary
Constructors Constructor Description BitbucketCloudPushCreationEvent(ChangeDto change, RepositoryDto repository)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
toString()
-
Methods inherited from class com.atlassian.bamboo.plugins.bitbucket.v2.webhooks.events.AbstractBitbucketCloudPushEvent
getChange, getRepository
-
-
-
-
Constructor Detail
-
BitbucketCloudPushCreationEvent
public BitbucketCloudPushCreationEvent(ChangeDto change, RepositoryDto repository)
-
-
Method Detail
-
toString
public String toString()
- Overrides:
toString
in classAbstractBitbucketCloudPushEvent
-
-