|
Push Down Method package TemporaryJobReports(outputDir Path) from class com.spotify.helios.testing.TemporaryJobReports to public TemporaryJobJsonReports(outputDir Path) from class com.spotify.helios.testing.TemporaryJobJsonReports |
From |
To |
|
Push Down Method private writeEvent(step String, timestamp double, duration double, success Boolean, tags Map<String,Object>) : void from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to protected writeEvent(step String, timestamp double, duration double, success Boolean, tags Map<String,Object>) : void from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Method public getWriterForTest(testDescription Description) : ReportWriter from class com.spotify.helios.testing.TemporaryJobReports to public getWriterForTest(testDescription Description) : ReportWriter from class com.spotify.helios.testing.TemporaryJobJsonReports |
From |
To |
|
Push Down Method private writeEvent(event TemporaryJobEvent) : void from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to private writeEvent(event TemporaryJobEvent) : void from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Method public close() : void from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to public close() : void from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Method private ReportWriter(outputStream OutputStream) from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to private JsonReportWriter(outputStream OutputStream) from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Method private ReportWriter(outputDir Path, testClassName String, testName String) from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to private JsonReportWriter(outputDir Path, testClassName String, testName String) from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Attribute private outputDir : Path from class com.spotify.helios.testing.TemporaryJobReports to private outputDir : Path from class com.spotify.helios.testing.TemporaryJobJsonReports |
From |
To |
|
Push Down Attribute private jg : JsonGenerator from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to private jg : JsonGenerator from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Attribute private testName : String from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to private testName : String from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Attribute private testClassName : String from class com.spotify.helios.testing.TemporaryJobReports.ReportWriter to private testClassName : String from class com.spotify.helios.testing.TemporaryJobJsonReports.JsonReportWriter |
From |
To |
|
Push Down Attribute private log : Logger from class com.spotify.helios.testing.TemporaryJobReports to private log : Logger from class com.spotify.helios.testing.TemporaryJobJsonReports |
From |
To |