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

com.atlassian.stash.rest.client.api.entity.TaskState Maven / Gradle / Ivy

The newest version!
package com.atlassian.stash.rest.client.api.entity;

public enum TaskState {
    OPEN,
    RESOLVED
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy