Class VcsLabelingBuildFeatureSettingsMapper
- java.lang.Object
 - 
- jetbrains.buildServer.serverSide.ConfigActionsServerAdapter
 - 
- jetbrains.buildServer.serverSide.impl.VcsLabelingBuildFeatureSettingsMapper
 
 
 
- 
- All Implemented Interfaces:
 EventListener,ConfigActionsServerListener,CustomSettingsMapper,ServerExtension,TeamCityExtension
public class VcsLabelingBuildFeatureSettingsMapper extends ConfigActionsServerAdapter implements CustomSettingsMapper
 
- 
- 
Constructor Summary
Constructors Constructor Description VcsLabelingBuildFeatureSettingsMapper(ProjectManager projectManager, EventDispatcher<ConfigActionsServerListener> dispatcher) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidmapData(CopiedObjects copiedObjects)voidvcsRootExternalIdChanged(ConfigAction cause, SVcsRoot vcsRoot, String oldExternalId, String newExternalId)- 
Methods inherited from class jetbrains.buildServer.serverSide.ConfigActionsServerAdapter
afterProjectMove, buildTypeExternalIdChanged, buildTypeTemplateExternalIdChanged, projectExternalIdChanged, vcsRootPersisted 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
VcsLabelingBuildFeatureSettingsMapper
public VcsLabelingBuildFeatureSettingsMapper(@NotNull ProjectManager projectManager, @NotNull EventDispatcher<ConfigActionsServerListener> dispatcher) 
 - 
 
- 
Method Detail
- 
mapData
public void mapData(@NotNull CopiedObjects copiedObjects)- Specified by:
 mapDatain interfaceCustomSettingsMapper
 
- 
vcsRootExternalIdChanged
public void vcsRootExternalIdChanged(@NotNull ConfigAction cause, @NotNull SVcsRoot vcsRoot, @NotNull String oldExternalId, @NotNull String newExternalId)- Specified by:
 vcsRootExternalIdChangedin interfaceConfigActionsServerListener- Overrides:
 vcsRootExternalIdChangedin classConfigActionsServerAdapter
 
 - 
 
 -