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

net.nemerosa.ontrack.model.support.ApplicationInfoProvider Maven / Gradle / Ivy

package net.nemerosa.ontrack.model.support;

import java.util.List;

/**
 * This interface defines a component that is able to return a list of messages about the state
 * of the application.
 */
public interface ApplicationInfoProvider {

    List getApplicationInfoList();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy