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

net.customware.confluence.reporting.ReportContextFinder Maven / Gradle / Ivy

package net.customware.confluence.reporting;

import org.randombits.confluence.intercom.thing.ThingFinder;

public class ReportContextFinder extends ThingFinder {

    public ReportContextFinder() {
        super( ReportContext.class, ReportContextConnection.class );
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy