public interface ConfigActionsServerListener
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
afterProjectMove(ConfigAction cause,
SProject project,
SProject oldParent) |
void |
buildTypeExternalIdChanged(ConfigAction cause,
SBuildType buildType,
java.lang.String oldExternalId,
java.lang.String newExternalId) |
void |
buildTypeTemplateExternalIdChanged(ConfigAction cause,
BuildTypeTemplate buildTypeTemplate,
java.lang.String oldExternalId,
java.lang.String newExternalId) |
void |
projectExternalIdChanged(ConfigAction cause,
SProject project,
java.lang.String oldExtId,
java.lang.String newId) |
void |
vcsRootExternalIdChanged(ConfigAction cause,
SVcsRoot vcsRoot,
java.lang.String oldExternalId,
java.lang.String newExternalId) |
void |
vcsRootPersisted(ConfigAction cause,
SVcsRoot vcsRoot) |
void vcsRootExternalIdChanged(@NotNull ConfigAction cause, @NotNull SVcsRoot vcsRoot, @NotNull java.lang.String oldExternalId, @NotNull java.lang.String newExternalId)
void buildTypeTemplateExternalIdChanged(@NotNull ConfigAction cause, @NotNull BuildTypeTemplate buildTypeTemplate, @NotNull java.lang.String oldExternalId, @NotNull java.lang.String newExternalId)
void buildTypeExternalIdChanged(@NotNull ConfigAction cause, @NotNull SBuildType buildType, @NotNull java.lang.String oldExternalId, @NotNull java.lang.String newExternalId)
void projectExternalIdChanged(@NotNull ConfigAction cause, @NotNull SProject project, @NotNull java.lang.String oldExtId, @NotNull java.lang.String newId)
void afterProjectMove(@NotNull ConfigAction cause, @NotNull SProject project, @NotNull SProject oldParent)
void vcsRootPersisted(@NotNull ConfigAction cause, @NotNull SVcsRoot vcsRoot)