com.capitalone.dashboard.api.domain.Example Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jira-xray-testresult-collector Show documentation
Show all versions of jira-xray-testresult-collector Show documentation
Jira XRay collector micro service collects data from Jira XRay
package com.capitalone.dashboard.api.domain;
import com.atlassian.jira.rest.client.api.domain.BasicIssue;
import java.net.URI;
import java.util.List;
/**
* This class will get the details from example section
*/
public class Example extends BasicIssue {
private Long id;
private Integer rank;
private List
© 2015 - 2024 Weber Informatics LLC | Privacy Policy