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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanintNumber of deployments shown on DeploymentHistory Page Default is 50Show deployments started after this value [duration].Name of the root page under which all deployments are listedKey of the confluence space into which the documentation is generatedgetUrl()inthashCode()booleanvoidsetDeploymentHistoryMaxShow(int deploymentHistoryMaxShow) Number of deployments shown on DeploymentHistory Page Default is 50voidsetDeploymentHistoryOverviewMaxTime(Duration deploymentHistoryOverviewMaxTime) Show deployments started after this value [duration].voidsetDeploymentsPageName(String deploymentsPageName) Name of the root page under which all deployments are listedvoidsetMockConfluenceClient(boolean mockConfluenceClient) voidsetPassword(String password) voidsetRetryOnConflictWaitDuration(Duration retryOnConflictWaitDuration) voidsetSpaceKey(String spaceKey) Key of the confluence space into which the documentation is generatedvoidvoidsetUsername(String username) toString()
-
Constructor Details
-
DocumentationGeneratorConfluenceProperties
public DocumentationGeneratorConfluenceProperties()
-
-
Method Details
-
getDeploymentsPageName
Name of the root page under which all deployments are listed -
getSpaceKey
Key of the confluence space into which the documentation is generated -
getUrl
-
getDeploymentHistoryMaxShow
public int getDeploymentHistoryMaxShow()Number of deployments shown on DeploymentHistory Page Default is 50 -
getDeploymentHistoryOverviewMaxTime
Show deployments started after this value [duration]. Default is 7 days -
getUsername
-
getPassword
-
isMockConfluenceClient
public boolean isMockConfluenceClient() -
getRetryOnConflictWaitDuration
-
setDeploymentsPageName
Name of the root page under which all deployments are listed -
setSpaceKey
Key of the confluence space into which the documentation is generated -
setUrl
-
setDeploymentHistoryMaxShow
public void setDeploymentHistoryMaxShow(int deploymentHistoryMaxShow) Number of deployments shown on DeploymentHistory Page Default is 50 -
setDeploymentHistoryOverviewMaxTime
Show deployments started after this value [duration]. Default is 7 days -
setUsername
-
setPassword
-
setMockConfluenceClient
public void setMockConfluenceClient(boolean mockConfluenceClient) -
setRetryOnConflictWaitDuration
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-