Class BitBucketPPRHookEvent
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.model.BitBucketPPRHookEvent
-
public class BitBucketPPRHookEvent extends Object
Extracts event and action from the event key sent by Bitbucket and verifies that they are supported by the plugin.- Author:
- cdelmonte
-
-
Constructor Summary
Constructors Constructor Description BitBucketPPRHookEvent(String bitbucketEventKey)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAction()
String
getBitbucketEventKey()
String
getEvent()
String
toString()
-
-
-
Constructor Detail
-
BitBucketPPRHookEvent
public BitBucketPPRHookEvent(String bitbucketEventKey) throws OperationNotSupportedException
- Throws:
OperationNotSupportedException
-
-