Bitbucket Server Documentation
Bitbucket Server - Web Common
Package Index
|
Class Index
com.atlassian.bitbucket.web.conditions
Classes
AbstractFeatureCondition
AbstractPermissionCondition
AbstractUserManagementPermissionCondition
BaseUrlMismatchCondition
CanApprovePullRequestCondition
CanCloneRepositoryCondition
CanCreateGroupsCondition
CanCreateUsersCondition
CanDeclinePullRequestCondition
CanEditPullRequestCondition
CanMergePullRequestCondition
HasApprovedPullRequestCondition
HasDatabaseOfTypeCondition
HasFormFragments
HasGlobalPermissionCondition
HasGlobalPermissionUrlReadingCondition
HasLicenseStatusCondition
HasPersonalForkCondition
HasProjectPermissionCondition
HasRepositoryCreatePermissionCondition
HasRepositoryPermissionCondition
IsApplicationVersionCondition
IsAuthenticationOrMaintenancePageCondition
IsClusteringAvailableCondition
IsCurrentUsersProfileCondition
IsFeatureAvailableCondition
IsFeatureEnabledCondition
IsHttpScmHostingEnabledCondition
IsLoggedInCondition
IsMailServerConfiguredCondition
IsPersonalProjectCondition
IsPersonalRepositoryCondition
IsRepositoryForkableCondition
IsScmCondition
IsScmFeatureSupportedCondition
IsUserOfTypeCondition
MatchesUserAgentCondition
NoProjectsExistCondition
NoRepositoriesExistForProjectCondition
PullRequestInState
RepositoryAvailableCondition
RepositoryHasForksCondition
RepositoryNotEmptyCondition
ResourceExhaustedCondition
ResourceQueueingCondition
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
IsHttpScmHostingEnabledCondition
extends Object
implements Condition
java.lang.Object
↳
com.atlassian.bitbucket.web.conditions.IsHttpScmHostingEnabledCondition
Summary
Public Constructors
IsHttpScmHostingEnabledCondition
(
ApplicationPropertiesService
applicationPropertiesService)
Public Methods
void
init
(Map<String, String> params)
boolean
shouldDisplay
(Map<String, Object> context)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
final void
wait
()
From interface com.atlassian.plugin.web.Condition
void
init
(Map<String, String> arg0)
boolean
shouldDisplay
(Map<String, Object> arg0)
Public Constructors
public
IsHttpScmHostingEnabledCondition
(
ApplicationPropertiesService
applicationPropertiesService)
Public Methods
public void
init
(Map<String, String> params)
Throws
PluginParseException
public boolean
shouldDisplay
(Map<String, Object> context)