|
Rename Variable futures : Map<JobId,ListenableFuture<JobStatus>> to filteredJobStatuses : Map<JobId,JobStatus> in method private getJobStatuses(client HeliosClient, jobs Map<JobId,Job>, deployed boolean) : Map<JobId,JobStatus> in class com.spotify.helios.cli.command.JobListCommand |
From |
To |
|
Rename Variable futures : Map<JobId,ListenableFuture<JobStatus>> to jobStatuses : Map<JobId,JobStatus> in method package run(options Namespace, client HeliosClient, out PrintStream, json boolean, stdin BufferedReader) : int in class com.spotify.helios.cli.command.JobListCommand |
From |
To |
|
Change Variable Type futures : Map<JobId,ListenableFuture<JobStatus>> to filteredJobStatuses : Map<JobId,JobStatus> in method private getJobStatuses(client HeliosClient, jobs Map<JobId,Job>, deployed boolean) : Map<JobId,JobStatus> in class com.spotify.helios.cli.command.JobListCommand |
From |
To |
|
Change Variable Type e : Entry<JobId,ListenableFuture<JobStatus>> to e : Entry<JobId,JobStatus> in method private getJobStatuses(client HeliosClient, jobs Map<JobId,Job>, deployed boolean) : Map<JobId,JobStatus> in class com.spotify.helios.cli.command.JobListCommand |
From |
To |
|
Change Variable Type futures : Map<JobId,ListenableFuture<JobStatus>> to jobStatuses : Map<JobId,JobStatus> in method package run(options Namespace, client HeliosClient, out PrintStream, json boolean, stdin BufferedReader) : int in class com.spotify.helios.cli.command.JobListCommand |
From |
To |
|
Change Variable Type e : Map.Entry<String,ListenableFuture<HostStatus>> to e : Map.Entry<String,HostStatus> in method package run(options Namespace, client HeliosClient, out PrintStream, json boolean, stdin BufferedReader) : int in class com.spotify.helios.cli.command.HostListCommand |
From |
To |