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

backlog4j.Project Maven / Gradle / Ivy

There is a newer version: 1.0.3
Show newest version
package backlog4j;

/**
 * @author eguchi
 */
public interface Project extends identified, Named {

    String getKey();

    String getUrl();

    Boolean isArchived();

    String getTextFormattingRule();

    Boolean isUseParentChildIssue();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy