reliza.java.client.responses.FullRelease 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.List;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* Contains more details about release
*/
@Data @EqualsAndHashCode(callSuper=true)
public class FullRelease extends ReleaseData {
private SourceCodeEntryData sourceCodeEntryDetails;
private VcsRepositoryData vcsRepository;
private List artifactDetails;
private String projectName;
private String namespace;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy