Interface EnvironmentAPIService
-
- All Known Implementing Classes:
EnvironmentAPIServiceImpl,EnvironmentAPIServiceMock
public interface EnvironmentAPIService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResponseData<CreateEnvResponse>createEnvironment(String spaceName, CreateSandboxRequest req)ResponseData<Void>deleteEnvironment(String spaceName, String environmentId)ResponseData<EnvironmentResponse>getEnvironmentById(String spaceName, String environmentId)
-
-
-
Method Detail
-
createEnvironment
ResponseData<CreateEnvResponse> createEnvironment(String spaceName, CreateSandboxRequest req) throws IOException
- Throws:
IOException
-
deleteEnvironment
ResponseData<Void> deleteEnvironment(String spaceName, String environmentId) throws IOException
- Throws:
IOException
-
getEnvironmentById
ResponseData<EnvironmentResponse> getEnvironmentById(String spaceName, String environmentId) throws IOException
- Throws:
IOException
-
-