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

aQute.maven.dto.IssueManagementDTO Maven / Gradle / Ivy

The newest version!
package aQute.maven.dto;

import java.net.URI;

import aQute.bnd.util.dto.DTO;

public class IssueManagementDTO extends DTO {

	/**
	 * The name of the issue management system, e.g. Bugzilla
	 */
	public String	system;

	/**
	 * URL for the issue management system used by the project.
	 */
	public URI		url;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy