
website.automate.jenkins.support.JobConfig Maven / Gradle / Ivy
package website.automate.jenkins.support;
import java.util.Map;
public class JobConfig {
private Map context;
private Double timeout;
private String resolution;
private String boxId;
public Map getContext() {
return context;
}
public void setContext(Map context) {
this.context = context;
}
public Double getTimeout() {
return timeout;
}
public void setTimeout(Double timeout) {
this.timeout = timeout;
}
public String getResolution() {
return resolution;
}
public void setResolution(String resolution) {
this.resolution = resolution;
}
public String getBoxId() {
return boxId;
}
public void setBoxId(String boxId) {
this.boxId = boxId;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy