public class TransformationDto extends Object
| Modifier and Type | Field and Description |
|---|---|
String |
extension
File extension this transformation should be applied to.
|
Iterable<TransformerDto> |
transformers |
| Constructor and Description |
|---|
TransformationDto(String extension,
Iterable<TransformerDto> transformers) |
public final String extension
public final Iterable<TransformerDto> transformers
public TransformationDto(String extension, Iterable<TransformerDto> transformers)
extension - file extension this transformation should be applied to.transformers - list of transformers.Copyright © 2018 Atlassian. All rights reserved.