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

[FIXED JENKINS-44648] SCMRevisionAction should record corresponding source #37

Merged
merged 2 commits into from Jun 2, 2017

Conversation

stephenc
Copy link
Member

@stephenc stephenc commented Jun 2, 2017

See JENKINS-44648

@reviewbybees

@ghost
Copy link

ghost commented Jun 2, 2017

This pull request originates from a CloudBees employee. At CloudBees, we require that all pull requests be reviewed by other CloudBees employees before we seek to have the change accepted. If you want to learn more about our process please see this explanation.

* @param revision the {@link SCMRevision}.
* @deprecated use {@link #SCMRevisionAction(SCMSource, SCMRevision)}
*/
@Restricted(DoNotUse.class)
Copy link
Member

Choose a reason for hiding this comment

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

@Restricted on top of @Deprecated is just superfluous. Deprecation itself suffices for the intended purpose. Restrictions should be limited to newly introduced members which for technical reasons must be public.

Copy link
Member Author

Choose a reason for hiding this comment

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

I want to stop people using this method

@stephenc stephenc merged commit 4086af4 into jenkinsci:master Jun 2, 2017
@stephenc stephenc deleted the jenkins-44648 branch June 2, 2017 15:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants