|
Rename Method public testAbortRollingUpdateGroupNotFound() : void renamed to public testStopDeploymentGroupGroupNotFound() : void in class com.spotify.helios.system.DeploymentGroupTest |
From |
To |
|
Rename Method public abortRollingUpdate(name String) : Response renamed to public stopDeploymentGroup(name String) : Response in class com.spotify.helios.master.resources.DeploymentGroupResource |
From |
To |
|
Rename Method public abortRollingUpdate(deploymentGroupName String) : void renamed to public stopDeploymentGroup(deploymentGroupName String) : void in class com.spotify.helios.master.MasterModel |
From |
To |
|
Rename Method public abortRollingUpdate(deploymentGroupName String) : void renamed to public stopDeploymentGroup(deploymentGroupName String) : void in class com.spotify.helios.master.ZooKeeperMasterModel |
From |
To |
|
Rename Method public testAbortRollingUpdate() : void renamed to public testStopDeploymentGroup() : void in class com.spotify.helios.system.DeploymentGroupTest |
From |
To |
|
Rename Method public abortRollingUpdate(deploymentGroupName String) : ListenableFuture<Integer> renamed to public stopDeploymentGroup(deploymentGroupName String) : ListenableFuture<Integer> in class com.spotify.helios.client.HeliosClient |
From |
To |