public class

FeatureFlagDefinitions.Definition

extends Object
java.lang.Object
   ↳ com.atlassian.jira.config.FeatureFlagDefinitions.Definition

Class Overview

A builder intermediate class that allows for static definition

Summary

Public Methods
FeatureFlag define()
This will define the feature flag, add it to the parent FeatureFlagDefinitions and return the created.
FeatureFlagDefinitions.Definition offByDefault()
FeatureFlagDefinitions.Definition onByDefault()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public FeatureFlag define ()

This will define the feature flag, add it to the parent FeatureFlagDefinitions and return the created.

Returns
  • the created feature flag

public FeatureFlagDefinitions.Definition offByDefault ()

public FeatureFlagDefinitions.Definition onByDefault ()