Class BranchCleanupEmitter
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter<BranchCleanupProperties>
com.atlassian.bamboo.specs.codegen.emitters.plan.branches.BranchCleanupEmitter
- All Implemented Interfaces:
CodeEmitter<BranchCleanupProperties>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
builderClass, fieldsToSkip
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@NotNull String
emitCode
(@NotNull CodeGenerationContext context, @NotNull BranchCleanupProperties entity) Generates code for properties class.Methods inherited from class com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter
createDefaultObject, emitConstructorInvocation, emitFields, emitFieldValue, findField, hasPublicConstructor, initBuilderClass
-
Constructor Details
-
BranchCleanupEmitter
public BranchCleanupEmitter()
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull @NotNull BranchCleanupProperties entity) throws CodeGenerationException Description copied from class:EntityPropertiesEmitter
Generates code for properties class. This includes generating invocation of the constructor of the appropriate builder followed by invocations of its setters.- Specified by:
emitCode
in interfaceCodeEmitter<BranchCleanupProperties>
- Overrides:
emitCode
in classEntityPropertiesEmitter<BranchCleanupProperties>
- Throws:
CodeGenerationException
-