Package jetbrains.buildServer.configs
Interface Converter
-
public interface Converter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
convert(Collection<ProjectBuilderImpl> projects, ConvertedEntitiesCollector collector)
String
getDescription()
Returns description of settings modified by this converter.
-
-
-
Method Detail
-
convert
void convert(@NotNull Collection<ProjectBuilderImpl> projects, @NotNull ConvertedEntitiesCollector collector) throws ConverterException
- Throws:
ConverterException
-
getDescription
@NotNull String getDescription()
Returns description of settings modified by this converter. It is used in the phrase '%Description% dsl needs to be updated' message in UI.- Returns:
- see above
-
-