public abstract class ConfigActionsServerAdapter extends java.lang.Object implements ConfigActionsServerListener
| Constructor and Description |
|---|
ConfigActionsServerAdapter() |
| 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) |
public void vcsRootExternalIdChanged(@NotNull
ConfigAction cause,
@NotNull
SVcsRoot vcsRoot,
@NotNull
java.lang.String oldExternalId,
@NotNull
java.lang.String newExternalId)
vcsRootExternalIdChanged in interface ConfigActionsServerListenerpublic void buildTypeTemplateExternalIdChanged(@NotNull
ConfigAction cause,
@NotNull
BuildTypeTemplate buildTypeTemplate,
@NotNull
java.lang.String oldExternalId,
@NotNull
java.lang.String newExternalId)
buildTypeTemplateExternalIdChanged in interface ConfigActionsServerListenerpublic void buildTypeExternalIdChanged(@NotNull
ConfigAction cause,
@NotNull
SBuildType buildType,
@NotNull
java.lang.String oldExternalId,
@NotNull
java.lang.String newExternalId)
buildTypeExternalIdChanged in interface ConfigActionsServerListenerpublic void projectExternalIdChanged(@NotNull
ConfigAction cause,
@NotNull
SProject project,
@NotNull
java.lang.String oldExtId,
@NotNull
java.lang.String newId)
projectExternalIdChanged in interface ConfigActionsServerListenerpublic void afterProjectMove(@NotNull
ConfigAction cause,
@NotNull
SProject project,
@NotNull
SProject oldParent)
afterProjectMove in interface ConfigActionsServerListenerpublic void vcsRootPersisted(@NotNull
ConfigAction cause,
@NotNull
SVcsRoot vcsRoot)
vcsRootPersisted in interface ConfigActionsServerListener