com.atlassian.bamboo.specs.codegen.emitters.repository.BBCloudCheckoutAuthenticationEmitter Maven / Gradle / Ivy
package com.atlassian.bamboo.specs.codegen.emitters.repository;
public class BBCloudCheckoutAuthenticationEmitter extends AuthenticationEmitter {
public BBCloudCheckoutAuthenticationEmitter() {
super("checkoutAuthentication");
}
}