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 voidMockBuildType. 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 voidBuildTypeIdentity. setExternalId(String newExternalId)Changes the external id of this build template or build configuration.voidBuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId)Changes the external id of this build template or build configuration.voidBuildTypeIdentityEx. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)Same as {BuildTypeIdentity.setExternalId(ConfigAction, String)} but provides control over events processing.voidSProject. setExternalId(String newId)Sets the external project id.voidSProject. 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 voidBaseBuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId)voidBaseBuildTypeIdentity. setExternalId(ConfigAction cause, String newExternalId, boolean sendEvents)voidDummyBuildType. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)voidEditableBuildTypeCopy. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)voidEditableTemplateCopy. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)voidInaccessibleTemplate. setExternalId(ConfigAction configAction, String newId, boolean sendEvents)voidProjectEx. setExternalId(ConfigAction cause, String newId, boolean sendEvents)voidRemoteBuildTypeImpl. 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 voidSVcsRootEx. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)Same as {SVcsRootUpdate.setExternalId(ConfigAction, String)} but provides control over events processing.voidSVcsRootUpdate. setExternalId(String externalId)Changes external id of this VCS root and persists this VCS root configuration to diskvoidSVcsRootUpdate. 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 voidDeletedVcsRoot. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)voidInaccessibleVcsRoot. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)voidSVcsRootImpl. setExternalId(ConfigAction cause, String externalId, boolean sendEvents)
-