Uses of Class
jetbrains.buildServer.serverSide.ObsoleteEntityException
-
Packages that use ObsoleteEntityException Package Description jetbrains jetbrains.buildServer.serverSide jetbrains.buildServer.serverSide.impl jetbrains.buildServer.vcs jetbrains.buildServer.vcs.impl -
-
Uses of ObsoleteEntityException in jetbrains
Methods in jetbrains that throw ObsoleteEntityException Modifier and Type Method Description void
MockBuildType. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
-
Uses of ObsoleteEntityException in jetbrains.buildServer.serverSide
Methods in jetbrains.buildServer.serverSide that throw ObsoleteEntityException Modifier and Type Method Description void
BuildTypeIdentity. setExternalId(String newExternalId)
Changes the external id of this build template or build configuration.void
BuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId)
Changes the external id of this build template or build configuration.void
BuildTypeIdentityEx. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
Same as {BuildTypeIdentity.setExternalId(ConfigAction, String)
} but provides control over events processing.void
SProject. setExternalId(String newId)
Sets the external project id.void
SProject. setExternalId(ConfigAction cause, String newId)
Sets the external project id. -
Uses of ObsoleteEntityException in jetbrains.buildServer.serverSide.impl
Methods in jetbrains.buildServer.serverSide.impl that throw ObsoleteEntityException Modifier and Type Method Description void
BaseBuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId)
void
BaseBuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId, boolean sendEvents)
void
DummyBuildType. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
EditableBuildTypeCopy. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
EditableTemplateCopy. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
InaccessibleTemplate. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
void
ProjectEx. setExternalId(ConfigAction cause, String newId, boolean sendEvents)
void
RemoteBuildTypeImpl. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)
-
Uses of ObsoleteEntityException in jetbrains.buildServer.vcs
Methods in jetbrains.buildServer.vcs that throw ObsoleteEntityException Modifier and Type Method Description void
SVcsRootEx. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
Same as {SVcsRootUpdate.setExternalId(ConfigAction, String)
} but provides control over events processing.void
SVcsRootUpdate. setExternalId(String externalId)
Changes external id of this VCS root and persists this VCS root configuration to diskvoid
SVcsRootUpdate. setExternalId(ConfigAction cause, String externalId)
Changes external id of this VCS root and persists this VCS root configuration to disk -
Uses of ObsoleteEntityException in jetbrains.buildServer.vcs.impl
Methods in jetbrains.buildServer.vcs.impl that throw ObsoleteEntityException Modifier and Type Method Description void
DeletedVcsRoot. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
void
InaccessibleVcsRoot. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
void
SVcsRootImpl. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
-