com.offbytwo.jenkins.model.ExtractHeader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jenkins-client Show documentation
Show all versions of jenkins-client Show documentation
A Jenkins API client for Java
package com.offbytwo.jenkins.model;
public class ExtractHeader extends BaseModel
{
private String location;
public void setLocation(String value)
{
location=value;
}
public String getLocation()
{
return location;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy