com.testvagrant.monitor.responses.BuildsResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of optimusmonitor Show documentation
Show all versions of optimusmonitor Show documentation
The Java Client provides access to Optimus cloud for all java based projects.
The newest version!
package com.testvagrant.monitor.responses;
import com.testvagrant.monitor.requests.Build;
import com.testvagrant.monitor.requests.Link;
import java.util.List;
public class BuildsResponse {
private List links;
private List content;
public List getLinks() {
return links;
}
public void setLinks(List links) {
this.links = links;
}
public List getContent() {
return content;
}
public void setContent(List content) {
this.content = content;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy