Class MavenVersionEmitter
- java.lang.Object
-
- com.atlassian.bamboo.specs.codegen.emitters.task.MavenVersionEmitter
-
- All Implemented Interfaces:
CodeEmitter<java.lang.Integer>
public class MavenVersionEmitter extends java.lang.Object implements CodeEmitter<java.lang.Integer>
-
-
Constructor Summary
Constructors Constructor Description MavenVersionEmitter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull java.lang.StringemitCode(@NotNull CodeGenerationContext context, @NotNull java.lang.Integer value)
-
-
-
Method Detail
-
emitCode
@NotNull public @NotNull java.lang.String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull @NotNull java.lang.Integer value) throws CodeGenerationException- Specified by:
emitCodein interfaceCodeEmitter<java.lang.Integer>- Throws:
CodeGenerationException
-
-