com.societegenerale.cidroid.tasks.consumer.services.MonitoringEvents Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ci-droid-tasks-consumer-services Show documentation
Show all versions of ci-droid-tasks-consumer-services Show documentation
ci-droid-tasks-consumer services
package com.societegenerale.cidroid.tasks.consumer.services;
public class MonitoringEvents {
private MonitoringEvents(){
}
public final static String PUSH_EVENT_TO_PROCESS="pushEventToProcess";
public final static String PULL_REQUEST_EVENT_TO_PROCESS="pullRequestEventToProcess";
public final static String PR_REBASED="pullRequestRebasedSuccessFully";
public final static String PR_NOT_REBASED="pullRequestNotRebasedAsExpected";
public final static String NOTIFICATION_FOR_NON_MERGEABLE_PR="notificationForPrWithConflicts";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy