Skip to content

Add a description for a step both with the XML and Java configuration styles #4830

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

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

minkukjo
Copy link

@minkukjo minkukjo commented May 6, 2025

Fixes: #4826

What is the problem

  • The Description of a Step of a Job declared in XML cannot be accessed through Java code.

What I Did

  • Provides an interface that allows access to the description field of a Step declared in XML from Java code.
  • Add a test to see if it can get the description field of a Step declared in XML.
  • Fix documentation for example

@minkukjo minkukjo changed the title Add a description for a step both with the XML and Java configuration styles. Add a description for a step both with the XML and Java configuration styles May 6, 2025
- Add description field and methods to AbstractJob class

- Implement description setting in JobBuilderHelper

- Add test cases for both XML and Java configurations

- Update documentation with usage examples

Signed-off-by: minkukjo <strike0115@naver.com>
Signed-off-by: minkukjo <strike0115@naver.com>
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.

Add step description
1 participant