Class ProjectFeatureFlags

  • All Implemented Interfaces:
    java.lang.Iterable<ProjectFeatureFlag>

    @Deprecated
    public class ProjectFeatureFlags
    extends java.lang.Object
    implements java.lang.Iterable<ProjectFeatureFlag>
    Deprecated.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      boolean isEnabled​(java.lang.String flagName)
      Deprecated.
      Returns true if the project feature flag with given name exists and is enabled, false otherwise.
      java.util.Iterator<ProjectFeatureFlag> iterator()
      Deprecated.
       
      java.lang.String toString()
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • Field Detail

      • PROJECT_FEATURE_FLAGS_URI

        public static final java.lang.String PROJECT_FEATURE_FLAGS_URI
        Deprecated.
        See Also:
        Constant Field Values
    • Method Detail

      • isEnabled

        public boolean isEnabled​(java.lang.String flagName)
        Deprecated.
        Returns true if the project feature flag with given name exists and is enabled, false otherwise.
        Parameters:
        flagName - the name of project feature flag
        Returns:
        true if the project feature flag with given name exists and is enabled, false otherwise
      • toString

        public java.lang.String toString()
        Deprecated.
        Overrides:
        toString in class java.lang.Object