Package ch.admin.bit.jeap.archrepo.web
Class ArchRepoConfigProperties
java.lang.Object
ch.admin.bit.jeap.archrepo.web.ArchRepoConfigProperties
@ConfigurationProperties(prefix="archrepo-config")
@Validated
public class ArchRepoConfigProperties
extends Object
-
Constructor Summary
ConstructorsConstructorDescriptionArchRepoConfigProperties(ArchRepoEnvironment environment) Creates a newArchRepoConfigPropertiesinstance. -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanCurrent environment of the Gov-Dashboard.inthashCode()voidsetEnvironment(ArchRepoEnvironment environment) Current environment of the Gov-Dashboard.toString()
-
Constructor Details
-
ArchRepoConfigProperties
Creates a newArchRepoConfigPropertiesinstance.- Parameters:
environment- Current environment of the Gov-Dashboard. This environment is used for requests to data sources that manage environment specific data: - requests to Prometheus (metrics) - Deployment Log (deployment versions)
-
-
Method Details
-
getEnvironment
Current environment of the Gov-Dashboard. This environment is used for requests to data sources that manage environment specific data: - requests to Prometheus (metrics) - Deployment Log (deployment versions) -
setEnvironment
Current environment of the Gov-Dashboard. This environment is used for requests to data sources that manage environment specific data: - requests to Prometheus (metrics) - Deployment Log (deployment versions) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-