Class DockerConfigurationVolumesEmitter
java.lang.Object
com.atlassian.bamboo.specs.codegen.emitters.fragment.FieldSetterEmitter<Map<String,String>>
com.atlassian.bamboo.specs.codegen.emitters.docker.DockerConfigurationVolumesEmitter
- All Implemented Interfaces:
CodeEmitter<Map<String,
String>>
-
Field Summary
Fields inherited from class com.atlassian.bamboo.specs.codegen.emitters.fragment.FieldSetterEmitter
methodName
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DockerConfigurationVolumesEmitter
public DockerConfigurationVolumesEmitter()
-
-
Method Details
-
emitCode
@NotNull public @NotNull String emitCode(@NotNull @NotNull CodeGenerationContext context, @NotNull @NotNull Map<String, String> volumes) throws CodeGenerationExceptionDescription copied from class:FieldSetterEmitter
Generates invocation of a setter method with a single argument.- Specified by:
emitCode
in interfaceCodeEmitter<Map<String,
String>> - Overrides:
emitCode
in classFieldSetterEmitter<Map<String,
String>> - Throws:
CodeGenerationException
-