public class DevOpsEvents
extends Object
-
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
COMMIT_CREATED
public static final String COMMIT_CREATED
- See Also:
-
-
BRANCH_CREATED
public static final String BRANCH_CREATED
- See Also:
-
-
PULL_REQUEST_CREATED
public static final String PULL_REQUEST_CREATED
- See Also:
-
-
PULL_REQUEST_MERGED
public static final String PULL_REQUEST_MERGED
- See Also:
-
-
PULL_REQUEST_DECLINED
public static final String PULL_REQUEST_DECLINED
- See Also:
-
-
Constructor Details
-
DevOpsEvents
public DevOpsEvents()
-
Method Details
-
isDevOpsEvent
public static boolean isDevOpsEvent(String eventType)