Package ch.mobi.mobitor
Class ChangelogConfiguration
- java.lang.Object
-
- ch.mobi.mobitor.ChangelogConfiguration
-
@Component @ConfigurationProperties(prefix="changelog.config") public class ChangelogConfiguration extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ChangelogConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<java.lang.String>getBlacklistedProjects()java.lang.StringgetCustomFieldNameDeploymentDatePreProd()java.lang.StringgetCustomFieldNameDeploymentDateProduction()java.lang.StringgetCustomFieldNameDeploymentEnvironments()voidlogProperties()voidsetBlacklistedProjects(java.util.List<java.lang.String> blacklistedProjects)voidsetCustomFieldNameDeploymentDatePreProd(java.lang.String customFieldNameDeploymentDatePreProd)voidsetCustomFieldNameDeploymentDateProduction(java.lang.String customFieldNameDeploymentDateProduction)voidsetCustomFieldNameDeploymentEnvironments(java.lang.String customFieldNameDeploymentEnvironments)
-
-
-
Method Detail
-
logProperties
@PostConstruct public void logProperties()
-
getCustomFieldNameDeploymentEnvironments
public java.lang.String getCustomFieldNameDeploymentEnvironments()
-
setCustomFieldNameDeploymentEnvironments
public void setCustomFieldNameDeploymentEnvironments(java.lang.String customFieldNameDeploymentEnvironments)
-
getCustomFieldNameDeploymentDatePreProd
public java.lang.String getCustomFieldNameDeploymentDatePreProd()
-
setCustomFieldNameDeploymentDatePreProd
public void setCustomFieldNameDeploymentDatePreProd(java.lang.String customFieldNameDeploymentDatePreProd)
-
getCustomFieldNameDeploymentDateProduction
public java.lang.String getCustomFieldNameDeploymentDateProduction()
-
setCustomFieldNameDeploymentDateProduction
public void setCustomFieldNameDeploymentDateProduction(java.lang.String customFieldNameDeploymentDateProduction)
-
getBlacklistedProjects
public java.util.List<java.lang.String> getBlacklistedProjects()
-
setBlacklistedProjects
public void setBlacklistedProjects(java.util.List<java.lang.String> blacklistedProjects)
-
-