|
Rename Method public saveTaskShellCommandRequest(shellRequest SingularityTaskShellCommandRequest) : SingularityCreateResult renamed to public saveTaskShellCommandRequestToQueue(shellRequest SingularityTaskShellCommandRequest) : SingularityCreateResult in class com.hubspot.singularity.data.TaskManager |
From |
To |
|
Rename Method private getShellRequestPath(shellRequest SingularityTaskShellCommandRequest) : String renamed to private getShellHistoryRequestPath(shellRequestId SingularityTaskShellCommandRequestId) : String in class com.hubspot.singularity.data.TaskManager |
From |
To |
|
Rename Method public deleteTaskShellCommandRequest(shellRequest SingularityTaskShellCommandRequest) : SingularityDeleteResult renamed to public deleteTaskShellCommandRequestFromQueue(shellRequest SingularityTaskShellCommandRequest) : SingularityDeleteResult in class com.hubspot.singularity.data.TaskManager |
From |
To |
|
Rename Method private getShellRequestParentPath(taskId SingularityTaskId) : String renamed to private getShellHistoryParentPath(shellRequestId SingularityTaskShellCommandRequestId) : String in class com.hubspot.singularity.data.TaskManager |
From |
To |
|
Rename Method public getTaskShellCommandRequests(taskId SingularityTaskId) : List<SingularityTaskShellCommandRequest> renamed to public getTaskShellCommandUpdates(shellRequestId SingularityTaskShellCommandRequestId) : List<SingularityTaskShellCommandUpdate> in class com.hubspot.singularity.data.TaskManager |
From |
To |
|
Change Return Type void to ShellCommandOptionDescriptor in method public setName(name String) : ShellCommandOptionDescriptor in class com.hubspot.singularity.config.shell.ShellCommandOptionDescriptor |
From |
To |
|
Change Return Type String to SingularityTaskShellCommandRequestId in method public getId() : SingularityTaskShellCommandRequestId in class com.hubspot.singularity.SingularityTaskShellCommandRequest |
From |
To |
|
Change Return Type void to ShellCommandDescriptor in method public setOptions(options List<ShellCommandOptionDescriptor>) : ShellCommandDescriptor in class com.hubspot.singularity.config.shell.ShellCommandDescriptor |
From |
To |
|
Change Return Type void to ShellCommandDescriptor in method public setName(name String) : ShellCommandDescriptor in class com.hubspot.singularity.config.shell.ShellCommandDescriptor |
From |
To |
|
Change Return Type void to SingularityTaskShellCommandRequest in method public runShellCommand(taskId String, user Optional<String>, shellCommand SingularityShellCommand) : SingularityTaskShellCommandRequest in class com.hubspot.singularity.resources.TaskResource |
From |
To |
|
Change Return Type void to ShellCommandOptionDescriptor in method public setDescription(description String) : ShellCommandOptionDescriptor in class com.hubspot.singularity.config.shell.ShellCommandOptionDescriptor |
From |
To |
|
Change Return Type void to ShellCommandDescriptor in method public setDescription(description String) : ShellCommandDescriptor in class com.hubspot.singularity.config.shell.ShellCommandDescriptor |
From |
To |
|
Change Return Type List<SingularityTaskShellCommandRequest> to List<SingularityTaskShellCommandUpdate> in method public getTaskShellCommandUpdates(shellRequestId SingularityTaskShellCommandRequestId) : List<SingularityTaskShellCommandUpdate> in class com.hubspot.singularity.data.TaskManager |
From |
To |