Class ConverterChangesReport
- java.lang.Object
-
- jetbrains.buildServer.serverSide.impl.versionedSettings.ConverterChangesReport
-
public class ConverterChangesReport extends Object
Contains information about changes made by a single converter in a single project
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<ConvertedEntity>
getChanges()
Returns entities changed by the convertedString
toString()
-
-
-
Method Detail
-
getChanges
@NotNull public Set<ConvertedEntity> getChanges()
Returns entities changed by the converted- Returns:
- see above
-
-