Class DocumentationGeneratorConfluenceProperties

java.lang.Object
ch.admin.bit.jeap.deploymentlog.docgen.DocumentationGeneratorConfluenceProperties

@Configuration @ConfigurationProperties(prefix="jeap.deploymentlog.documentation-generator.confluence", ignoreUnknownFields=false) public class DocumentationGeneratorConfluenceProperties extends Object
  • Constructor Details

    • DocumentationGeneratorConfluenceProperties

      public DocumentationGeneratorConfluenceProperties()
  • Method Details

    • getDeploymentsPageName

      public String getDeploymentsPageName()
      Name of the root page under which all deployments are listed
    • getSpaceKey

      public String getSpaceKey()
      Key of the confluence space into which the documentation is generated
    • getUrl

      public String getUrl()
    • getDeploymentHistoryMaxShow

      public int getDeploymentHistoryMaxShow()
      Number of deployments shown on DeploymentHistory Page Default is 50
    • getDeploymentHistoryOverviewMaxTime

      public Duration getDeploymentHistoryOverviewMaxTime()
      Show deployments started after this value [duration]. Default is 7 days
    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • isMockConfluenceClient

      public boolean isMockConfluenceClient()
    • getRetryOnConflictWaitDuration

      public Duration getRetryOnConflictWaitDuration()
    • setDeploymentsPageName

      public void setDeploymentsPageName(String deploymentsPageName)
      Name of the root page under which all deployments are listed
    • setSpaceKey

      public void setSpaceKey(String spaceKey)
      Key of the confluence space into which the documentation is generated
    • setUrl

      public void setUrl(String url)
    • setDeploymentHistoryMaxShow

      public void setDeploymentHistoryMaxShow(int deploymentHistoryMaxShow)
      Number of deployments shown on DeploymentHistory Page Default is 50
    • setDeploymentHistoryOverviewMaxTime

      public void setDeploymentHistoryOverviewMaxTime(Duration deploymentHistoryOverviewMaxTime)
      Show deployments started after this value [duration]. Default is 7 days
    • setUsername

      public void setUsername(String username)
    • setPassword

      public void setPassword(String password)
    • setMockConfluenceClient

      public void setMockConfluenceClient(boolean mockConfluenceClient)
    • setRetryOnConflictWaitDuration

      public void setRetryOnConflictWaitDuration(Duration retryOnConflictWaitDuration)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object