com.almworks.jira.structure.api.statistics.StatisticSource Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of structure-api Show documentation
Show all versions of structure-api Show documentation
Public API for the Structure Plugin for JIRA
package com.almworks.jira.structure.api.statistics;
import com.atlassian.annotations.Internal;
import java.util.Map;
@Internal
public interface StatisticSource {
Map getStatistics();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy