Interface BuildDetectedChangesProvider
-
- All Known Subinterfaces:
BuildDetectedVcsChangesProvider
- All Known Implementing Classes:
ArtifactDependencyChangesProvider
public interface BuildDetectedChangesProvider
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
BuildDetectedChangesProvider.ChangeProviderType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<ChangeDescriptor>
getDetectedChanges()
BuildDetectedChangesProvider.ChangeProviderType
getType()
-
-
-
Method Detail
-
getType
@NotNull BuildDetectedChangesProvider.ChangeProviderType getType()
-
getDetectedChanges
@NotNull List<ChangeDescriptor> getDetectedChanges()
-
-