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

com.lesstif.jira.issue.IssueSearchResult Maven / Gradle / Ivy

Go to download

A Java client library for integrating with the JIRA issue and bug tracking software.

The newest version!
package com.lesstif.jira.issue;

import com.lesstif.jira.JsonPrettyString;
import java.util.List;
import lombok.Data;

@Data
public class IssueSearchResult extends JsonPrettyString{
    
  private String expand;
  private Integer startAt;
  private Integer maxResults;
  private Integer total;
  private List issues;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy