Class DocumentationGeneratorConfluenceProperties
java.lang.Object
ch.admin.bit.jeap.archrepo.docgen.DocumentationGeneratorConfluenceProperties
@Configuration
@ConfigurationProperties(prefix="archrepo.documentation-generator.confluence",
ignoreUnknownFields=false)
public class DocumentationGeneratorConfluenceProperties
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanbooleanName of the root page under which all systems are listedKey of the confluence space into which the documentation is generatedgetUrl()inthashCode()booleanvoidsetMockConfluenceClient(boolean mockConfluenceClient) voidsetPassword(String password) voidsetRootPageName(String rootPageName) Name of the root page under which all systems are listedvoidsetSpaceKey(String spaceKey) Key of the confluence space into which the documentation is generatedvoidvoidsetUsername(String username) toString()
-
Constructor Details
-
DocumentationGeneratorConfluenceProperties
public DocumentationGeneratorConfluenceProperties()
-
-
Method Details
-
getRootPageName
Name of the root page under which all systems are listed -
getSpaceKey
Key of the confluence space into which the documentation is generated -
getUrl
-
getUsername
-
getPassword
-
isMockConfluenceClient
public boolean isMockConfluenceClient() -
setRootPageName
Name of the root page under which all systems are listed -
setSpaceKey
Key of the confluence space into which the documentation is generated -
setUrl
-
setUsername
-
setPassword
-
setMockConfluenceClient
public void setMockConfluenceClient(boolean mockConfluenceClient) -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-