Class IsJiraLinkedCondition

java.lang.Object
com.atlassian.bitbucket.integration.jira.web.IsJiraLinkedCondition
All Implemented Interfaces:
com.atlassian.plugin.web.api.baseconditions.BaseCondition, com.atlassian.plugin.web.Condition

public class IsJiraLinkedCondition extends Object implements com.atlassian.plugin.web.Condition
A condition which can be used to determine whether there is a linked Jira instance.
Since:
5.3
  • Constructor Details

    • IsJiraLinkedCondition

      public IsJiraLinkedCondition(com.atlassian.integration.jira.JiraService jiraService)
  • Method Details

    • init

      public void init(Map<String,String> initParams)
      Specified by:
      init in interface com.atlassian.plugin.web.Condition
    • shouldDisplay

      public boolean shouldDisplay(Map<String,Object> context)
      Specified by:
      shouldDisplay in interface com.atlassian.plugin.web.Condition