Class EphemeralAgentsConfigurationResource.TestConnectionResultDto
- java.lang.Object
-
- com.atlassian.bamboo.plugins.rest.admin.ephemeral.EphemeralAgentsConfigurationResource.TestConnectionResultDto
-
- Enclosing class:
- EphemeralAgentsConfigurationResource
public static class EphemeralAgentsConfigurationResource.TestConnectionResultDto extends Object
-
-
Constructor Summary
Constructors Constructor Description TestConnectionResultDto(boolean success, String rawErrorOutput)TestConnectionResultDto(String clientVersion, String serverVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientVersion()StringgetErrorMessage()StringgetServerVersion()booleanisSuccess()
-