Package ch.mobi.mobitor.domain.screen
Interface Screen
-
public interface Screen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddInformation(String serverName, String applicationName, String environment, ApplicationInformation applicationInformation)StringgetConfigKey()List<String>getEnvironments()StringgetLabel()<T extends ApplicationInformation>
@NotEmpty List<T>getMatchingInformation(String type)<T extends ApplicationInformation>
List<T>getMatchingInformation(String type, String environment, String serverName, String applicationName)List<Pipeline>getPipelines()intgetRefreshInterval()voidsetRefreshDate(String type, Date date)
-
-
-
Method Detail
-
addInformation
void addInformation(String serverName, String applicationName, String environment, ApplicationInformation applicationInformation)
-
getMatchingInformation
<T extends ApplicationInformation> List<T> getMatchingInformation(String type, String environment, String serverName, String applicationName)
-
getMatchingInformation
@NotEmpty <T extends ApplicationInformation> @NotEmpty List<T> getMatchingInformation(String type)
-
getLabel
String getLabel()
-
getConfigKey
String getConfigKey()
-
getRefreshInterval
int getRefreshInterval()
-
-