Class BambooSpecsGenerator.Comment

java.lang.Object
com.atlassian.bamboo.specs.codegen.BambooSpecsGenerator.Comment
All Implemented Interfaces:
EntityProperties
Enclosing class:
BambooSpecsGenerator

@Immutable public static class BambooSpecsGenerator.Comment extends Object implements EntityProperties
Represents a comment in Bamboo Specs. Note: Only to be used with BambooSpecsGenerator.addEntity(String, EntityProperties)
  • Constructor Details

    • Comment

      public Comment(String comment)
    • Comment

      public Comment(String comment, boolean newLineBefore, boolean newLineAfter)
  • Method Details