All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.offbytwo.jenkins.model.MavenModule Maven / Gradle / Ivy

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