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

com.nulabinc.backlog4j.BacklogClient Maven / Gradle / Ivy

There is a newer version: 2.6.0
Show newest version
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