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 Details

    • DocumentationGeneratorConfluenceProperties

      public DocumentationGeneratorConfluenceProperties()
  • Method Details

    • getRootPageName

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

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

      public String getUrl()
    • getUsername

      public String getUsername()
    • getPassword

      public String getPassword()
    • isMockConfluenceClient

      public boolean isMockConfluenceClient()
    • setRootPageName

      public void setRootPageName(String rootPageName)
      Name of the root page under which all systems 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)
    • setUsername

      public void setUsername(String username)
    • setPassword

      public void setPassword(String password)
    • setMockConfluenceClient

      public void setMockConfluenceClient(boolean mockConfluenceClient)
    • 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