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

com.hp.octane.integrations.services.pullrequestsandbranches.factory.CommitUserIdPicker Maven / Gradle / Ivy

There is a newer version: 2.24.3.5
Show newest version
package com.hp.octane.integrations.services.pullrequestsandbranches.factory;

public interface CommitUserIdPicker {

    String getUserIdForCommit(String email, String name);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy