Skip to content

Commit

Permalink
Merge pull request #251 from basil/deprecation
Browse files Browse the repository at this point in the history
Deprecate integration with analysis-core
  • Loading branch information
basil authored Oct 30, 2020
2 parents a8de7cb + e5903e4 commit 419fa1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public class StaticAnalysisUtilities {
* @return The static analysis actions for the specified build. The returned
* list might be empty if there are no such actions.
*/
@Deprecated
public List<Action> getActions(Run<?, ?> build) {
ArrayList<Action> actions = new ArrayList<>();
for (Action action : build.getActions(Action.class)) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,10 @@
</tr>
</j:forEach>
</table>
<p>
Warning (see JENKINS-55744): Integration with the Static Analysis Utilities plugin has
been deprecated in the Email Extension plugin and will be removed in a future release.
</p>
</div>
</j:if>

Expand Down

0 comments on commit 419fa1c

Please sign in to comment.