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

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

There is a newer version: 0.3.8
Show newest version
package com.offbytwo.jenkins.model;

import java.util.List;

public class MavenModule extends BaseModel {

    List moduleRecords;
    
    public List getModuleRecords() {
        return moduleRecords;
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy