reliza.java.client.responses.VcsRepositoryData Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of reliza-java-client Show documentation
Show all versions of reliza-java-client Show documentation
Java Client SDK for Reliza Hub
The newest version!
package reliza.java.client.responses;
import java.util.UUID;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* Version control system details of release
*/
@Data @EqualsAndHashCode(callSuper=true)
public class VcsRepositoryData extends RelizaDataParent {
private UUID uuid;
private String name;
private UUID org;
private String uri;
private String type;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy