Class BaseVcsTaskEmitter<T extends BaseVcsTaskProperties>
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.value.EntityPropertiesEmitter<T>
com.atlassian.bamboo.specs.codegen.emitters.task.BaseVcsTaskEmitter<T>
- All Implemented Interfaces:
CodeEmitter<T>
- Direct Known Subclasses:
VcsBranchTaskEmitter
,VcsCommitTaskEmitter
,VcsPushTaskEmitter
,VcsTagTaskEmitter
-
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, T 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
-
BaseVcsTaskEmitter
public BaseVcsTaskEmitter()
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull T 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<T extends BaseVcsTaskProperties>
- Overrides:
emitCode
in classEntityPropertiesEmitter<T extends BaseVcsTaskProperties>
- Throws:
CodeGenerationException
-