public class

NoRepositoriesExistForProjectCondition

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

Class Overview

A condition which checks if there are no repositories in the given project

Summary

Public Constructors
NoRepositoriesExistForProjectCondition(RepositoryService repositoryService)
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 NoRepositoriesExistForProjectCondition (RepositoryService repositoryService)

Public Methods

public void init (Map<StringString> params)

Throws
PluginParseException

public boolean shouldDisplay (Map<StringObject> context)