Skip to content

Commit

Permalink
[JENKINS-62703] restore backward compat for Blue Ocean
Browse files Browse the repository at this point in the history
Signed-off-by: olivier lamy <[email protected]>
  • Loading branch information
olamy committed Jun 17, 2020
1 parent ce4e124 commit 608342e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/main/java/hudson/plugins/jira/JiraSite.java
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,14 @@ public String getName() {
return url.toExternalForm();
}

/**
* @deprecated should not be used
*/
@Deprecated
public JiraSession getSession() {
return getSession(null);
}

/**
* Gets a remote access session to this Jira site (job-aware)
* Creates one if none exists already.
Expand Down

0 comments on commit 608342e

Please sign in to comment.