net.nemerosa.ontrack.model.support.ApplicationInfoProvider Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ontrack-model Show documentation
Show all versions of ontrack-model Show documentation
Ontrack module: ontrack-model
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