Class DuplicateCloudProfileHealthReport.DuplicateCloudProfiles
- java.lang.Object
-
- jetbrains.buildServer.clouds.server.serverHealth.DuplicateCloudProfileHealthReport.DuplicateCloudProfiles
-
- Enclosing class:
- DuplicateCloudProfileHealthReport
public class DuplicateCloudProfileHealthReport.DuplicateCloudProfiles extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
CloudProfile
getCurrentProjectProfile()
SProject
getOtherProject()
CloudProfile
getOtherProjectProfile()
int
hashCode()
-
-
-
Method Detail
-
getCurrentProjectProfile
@NotNull public CloudProfile getCurrentProjectProfile()
-
getOtherProjectProfile
@NotNull public CloudProfile getOtherProjectProfile()
-
getOtherProject
@Nullable public SProject getOtherProject()
-
-