Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Commit 49fa6d6

Browse files
Corneil du Plessiscorneil
authored andcommitted
Update TaskExecutionResource with link to tasks/logs.
#5293
1 parent 6c4b3ea commit 49fa6d6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spring-cloud-dataflow-classic-docs/src/test/java/org/springframework/cloud/dataflow/server/rest/documentation/TaskExecutionsDocumentation.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ public void launchTaskDisplayDetail() throws Exception {
124124
subsectionWithPath("deploymentProperties").description("The deployment properties of the task exectuion"),
125125
subsectionWithPath("deploymentProperties").description("The deployment properties of the task execution"),
126126
subsectionWithPath("platformName").description("The platform selected for the task execution"),
127-
subsectionWithPath("_links.self").description("Link to the task execution resource")
127+
subsectionWithPath("_links.self").description("Link to the task execution resource"),
128+
subsectionWithPath("_links.tasks/logs").description("Link to the task execution logs")
128129
)
129130
));
130131
}

0 commit comments

Comments
 (0)