Uses of Class
org.jenkinsci.plugins.torque.api.CreateSandboxRequest
-
Packages that use CreateSandboxRequest Package Description org.jenkinsci.plugins.torque.service -
-
Uses of CreateSandboxRequest in org.jenkinsci.plugins.torque.service
Methods in org.jenkinsci.plugins.torque.service with parameters of type CreateSandboxRequest Modifier and Type Method Description ResponseData<CreateEnvResponse>
EnvironmentAPIService. createEnvironment(String spaceName, CreateSandboxRequest req)
ResponseData<CreateEnvResponse>
EnvironmentAPIServiceImpl. createEnvironment(String spaceName, CreateSandboxRequest req)
ResponseData<CreateEnvResponse>
EnvironmentAPIServiceMock. createEnvironment(String spaceName, CreateSandboxRequest req)
retrofit2.Call<CreateEnvResponse>
EnvironmentAPISpec. createEnvironment(String token, String spaceName, CreateSandboxRequest request)
-