reliza.java.client.responses.SourceCodeEntryData 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.time.ZonedDateTime;
import java.util.List;
import java.util.UUID;
import lombok.Data;
import lombok.EqualsAndHashCode;
/**
* Source code entry details of release
*/
@Data @EqualsAndHashCode(callSuper=true)
public class SourceCodeEntryData extends RelizaDataParent {
private UUID uuid;
private UUID branchUuid;
private UUID vcsUuid;
private String vcsBranch;
private String commit;
private List commits;
private String commitMessage;
private String vcsTag;
private String notes;
private UUID org;
private ZonedDateTime dateActual;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy