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

com.atlassian.maven.plugins.jgitflow.rewrite.SummarizeAsGroup Maven / Gradle / Ivy

The newest version!
package com.atlassian.maven.plugins.jgitflow.rewrite;

/**
 * Interface for {@link ProjectChange} objects that should not be logged individually.
 */
public interface SummarizeAsGroup
{
    String getGroupName();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy