Class BitBucketPPRPayloadProcessorFactory
- java.lang.Object
-
- io.jenkins.plugins.bitbucketpushandpullrequest.processor.BitBucketPPRPayloadProcessorFactory
-
public final class BitBucketPPRPayloadProcessorFactory extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BitBucketPPRPayloadProcessor
createProcessor(BitBucketPPRJobProbe probe, BitBucketPPRHookEvent bitbucketEvent)
static BitBucketPPRPayloadProcessor
createProcessor(BitBucketPPRHookEvent bitbucketEvent)
-
-
-
Method Detail
-
createProcessor
public static BitBucketPPRPayloadProcessor createProcessor(@Nonnull BitBucketPPRHookEvent bitbucketEvent) throws OperationNotSupportedException
- Throws:
OperationNotSupportedException
-
createProcessor
public static BitBucketPPRPayloadProcessor createProcessor(@Nonnull BitBucketPPRJobProbe probe, @Nonnull BitBucketPPRHookEvent bitbucketEvent) throws OperationNotSupportedException
- Throws:
OperationNotSupportedException
-
-