com.offbytwo.jenkins.model.MavenModule 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;
import java.util.List;
public class MavenModule extends BaseModel {
List moduleRecords;
public List getModuleRecords() {
return moduleRecords;
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy