
com.testvagrant.optimuscloud.entities.BuildInfo Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-client Show documentation
Show all versions of java-client Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
The newest version!
package com.testvagrant.optimuscloud.entities;
import lombok.Getter;
import lombok.Setter;
@Getter @Setter
public class BuildInfo {
private String buildNo;
private int sessionsAllocated;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy