All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.societegenerale.cidroid.tasks.consumer.services.MonitoringEvents Maven / Gradle / Ivy

There is a newer version: 2.1.0
Show newest version
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