Package jetbrains.buildServer.serverSide
Interface ConfigFileChangesListener
-
- All Known Implementing Classes:
ConfigFileChangesListenerImpl
public interface ConfigFileChangesListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onPersist(SProject project, File file, ConfigAction cause)
-
-
-
Method Detail
-
onPersist
void onPersist(@NotNull SProject project, @NotNull File file, @NotNull ConfigAction cause)
-
-