Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TaskSchedulerDocumentation.java #4772

Closed
wants to merge 1 commit into from

Conversation

w0wka91
Copy link
Contributor

@w0wka91 w0wka91 commented Nov 25, 2021

Add platform parameter

@pivotal-cla
Copy link

@w0wka91 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

@pivotal-cla
Copy link

@w0wka91 Thank you for signing the Contributor License Agreement!

@@ -67,6 +67,7 @@ public void createSchedule() throws Exception {
.andDo(this.documentationHandler.document(
requestParameters(
parameterWithName("scheduleName").description("The name for the created schedule"),
parameterWithName("platform").description("The name of the platform the task is launched"),
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution.
Currently your solution will not build. Please add .param("platform", "default") to the param list above between lines lines 63-64.

You can build your solution by executing mvn clean package -Pfull -Dcheckstyle.skip=true in the spring-cloud-data-flow-classic-docs module.

@cppwfs
Copy link
Contributor

cppwfs commented Dec 7, 2021

Fixed compile error on merge. Rebased, Squashed, Merged

Thank you for your contribution.

@cppwfs cppwfs closed this Dec 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants