public class

NoProjectsExistCondition

extends Object
implements Condition
java.lang.Object
   ↳ com.atlassian.bitbucket.web.conditions.NoProjectsExistCondition

Class Overview

A condition which checks if there are no projects

Summary

Public Constructors
NoProjectsExistCondition(ProjectService projectService)
Public Methods
void init(Map<StringString> params)
boolean shouldDisplay(Map<StringObject> context)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.plugin.web.Condition

Public Constructors

public NoProjectsExistCondition (ProjectService projectService)

Public Methods

public void init (Map<StringString> params)

Throws
PluginParseException

public boolean shouldDisplay (Map<StringObject> context)