Uses of Class
com.chutneytesting.environment.domain.exception.TargetNotFoundException
Packages that use TargetNotFoundException
-
Uses of TargetNotFoundException in com.chutneytesting.environment.api
Methods in com.chutneytesting.environment.api that throw TargetNotFoundExceptionModifier and TypeMethodDescriptionvoidEmbeddedEnvironmentApi.deleteTarget(String environmentName, String targetName) voidEnvironmentApi.deleteTarget(String environmentName, String targetName) voidHttpEnvironmentApi.deleteTarget(String environmentName, String targetName) voidEmbeddedEnvironmentApi.updateTarget(String environmentName, String targetName, TargetDto targetMetadataDto) voidEnvironmentApi.updateTarget(String environmentName, String targetName, TargetDto targetMetadataDto) voidHttpEnvironmentApi.updateTarget(String environmentName, String targetName, TargetDto targetDto) -
Uses of TargetNotFoundException in com.chutneytesting.environment.domain
Methods in com.chutneytesting.environment.domain that throw TargetNotFoundExceptionModifier and TypeMethodDescriptionvoidEnvironmentService.deleteTarget(String environmentName, String targetName) voidEnvironmentService.updateTarget(String environmentName, String previousTargetName, Target targetToUpdate)