[ https://issues.apache.org/jira/browse/FLINK-8797?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16378560#comment-16378560 ]
ASF GitHub Bot commented on FLINK-8797: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/5589#discussion_r170917763 --- Diff: flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/job/JobDetailsInfo.java --- @@ -165,6 +165,54 @@ public int hashCode() { return Objects.hash(jobId, name, isStoppable, jobStatus, startTime, endTime, duration, now, timestamps, jobVertexInfos, jobVerticesPerState, jsonPlan); } + public JobID getJobId() { + return jobId; + } + + public String getName() { + return name; + } + + public boolean isStoppable() { --- End diff -- https://stackoverflow.com/questions/32270422/jackson-renames-primitive-boolean-field-by-removing-is > Port AbstractOperatorRestoreTestBase to MiniClusterResource > ----------------------------------------------------------- > > Key: FLINK-8797 > URL: https://issues.apache.org/jira/browse/FLINK-8797 > Project: Flink > Issue Type: Sub-task > Components: Tests > Reporter: Aljoscha Krettek > Assignee: Aljoscha Krettek > Priority: Blocker > Fix For: 1.5.0 > > -- This message was sent by Atlassian JIRA (v7.6.3#76005)