
com.nulabinc.backlog4j.DiskUsageDetail Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of backlog4j Show documentation
Show all versions of backlog4j Show documentation
Backlog4j is a Backlog binding library for Java.
The newest version!
package com.nulabinc.backlog4j;
/**
* The interface for Backlog disk usage data.
*
* @author nulab-inc
*/
public interface DiskUsageDetail {
long getProjectId();
long getIssue();
long getWiki();
long getFile();
long getSubversion();
long getGit();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy