com.nulabinc.backlog4j.BacklogClient 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.
package com.nulabinc.backlog4j;
import com.nulabinc.backlog4j.api.*;
import com.nulabinc.backlog4j.auth.OAuthSupport;
/**
* Executes all Backlog APIs.
*
* @author nulab-inc
*/
public interface BacklogClient extends ProjectMethods, IssueMethods, SpaceMethods,
WikiMethods, ResolutionMethods, StatusMethods, PriorityMethods, UserMethods,
StarMethods, NotificationMethods, GitMethods, PullRequestMethods, GroupMethods, WebhookMethods, WatchingMethods,
BacklogUrlSupport {
void setOAuthSupport(OAuthSupport oAuthSupport);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy