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

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

There is a newer version: 2.6.0
Show newest version
package com.nulabinc.backlog4j;

/**
 * The interface for Backlog pullrequest status data.
 *
 * @author nulab-inc
 */
public interface PullRequestStatus {

    int getId();

    String getIdAsString();

    String getName();

    PullRequest.StatusType getStatus();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy