Skip to content

Commit

Permalink
Merge pull request #263 from mawinter69/remove-usermacros
Browse files Browse the repository at this point in the history
remove UserMacroExtension
  • Loading branch information
mawinter69 authored Dec 30, 2022
2 parents 90523ff + 10f63cb commit 6a4b235
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@

import com.synopsys.arc.jenkins.plugins.rolestrategy.RoleMacroExtension;
import com.synopsys.arc.jenkins.plugins.rolestrategy.RoleType;
import com.synopsys.arc.jenkins.plugins.rolestrategy.UserMacroExtension;
import edu.umd.cs.findbugs.annotations.CheckForNull;
import edu.umd.cs.findbugs.annotations.NonNull;
import hudson.Extension;
Expand Down Expand Up @@ -199,14 +198,6 @@ public ExtensionList<RoleMacroExtension> getRoleMacroExtensions() {
return RoleMacroExtension.all();
}

/*
* @deprecated The extension is not implemented
*/
@Deprecated
public ExtensionList<UserMacroExtension> getUserMacroExtensions() {
return UserMacroExtension.all();
}

public final RoleType getGlobalRoleType() {
return RoleType.Global;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@
* Interface for Role-based plug-in Macro extensions.
*
* @see RoleMacroExtension
* @see UserMacroExtension
* @author Oleg Nenashev
* @since 2.1.0
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
/**
* Extension for macro roles (automatic membership handling).
*
* @see UserMacroExtension
* @author Oleg Nenashev
* @since 2.1.0
*/
Expand Down

This file was deleted.

This file was deleted.

0 comments on commit 6a4b235

Please sign in to comment.