Constant Field Values

Contents

com.mooltiverse.*

  • com.mooltiverse.oss.nyx.configuration.presets.Extended
    Modifier and Type
    Constant Field
    Value
    public static final String
    "extended"
  • com.mooltiverse.oss.nyx.configuration.presets.Simple
    Modifier and Type
    Constant Field
    Value
    public static final String
    "simple"
  • com.mooltiverse.oss.nyx.gradle.CleanTask
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Deletes local release artifacts and reverts the release process to its initial state"
    public static final String
    GROUP
    "Release"
    public static final String
    "nyxClean"
  • com.mooltiverse.oss.nyx.gradle.Constants
    Modifier and Type
    Constant Field
    Value
    public static final String
    "version"
  • com.mooltiverse.oss.nyx.gradle.CoreTask
    Modifier and Type
    Constant Field
    Value
    public static final String
    GROUP
    "Release"
    public static final String
    "nyxInstance"
    public static final String
    "nyxState"
  • com.mooltiverse.oss.nyx.gradle.InferTask
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Collects informations from the local Git repository to generate the new version and plan the release actions"
    public static final String
    GROUP
    "Release"
    public static final String
    "nyxInfer"
  • com.mooltiverse.oss.nyx.gradle.MakeTask
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Builds the configured local release artifacts"
    public static final String
    GROUP
    "Release"
    public static final String
    "nyxMake"
  • com.mooltiverse.oss.nyx.gradle.MarkTask
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Marks the release by tagging and committing the repository"
    public static final String
    GROUP
    "Release"
    public static final String
    "nyxMark"
  • com.mooltiverse.oss.nyx.gradle.NyxExtension
    Modifier and Type
    Constant Field
    Value
    public static final String
    "nyx"
  • com.mooltiverse.oss.nyx.gradle.NyxPlugin<T>
    Modifier and Type
    Constant Field
    Value
    public static final String
    "com.mooltiverse.oss.nyx"
  • com.mooltiverse.oss.nyx.gradle.PublishTask
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Publishes the new release to remote services and emits notifications"
    public static final String
    GROUP
    "Release"
    public static final String
    "nyxPublish"
  • com.mooltiverse.oss.nyx.gradle.ReleaseTask
    Modifier and Type
    Constant Field
    Value
    public static final String
    "Runs all the release tasks"
    public static final String
    GROUP
    "Release"
    public static final String
    "release"
  • com.mooltiverse.oss.nyx.version.SemanticVersion
    Modifier and Type
    Constant Field
    Value
    public static final char
    '+'
    public static final String
    "0.1.0"
    public static final char
    '-'
    public static final String
    "^(0|[1-9]\\d*)\\.(0|[1-9]\\d*)\\.(0|[1-9]\\d*)(?:-((?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:0|[1-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"
    public static final String
    "([0-9]\\d*)\\.([0-9]\\d*)\\.([0-9]\\d*)(?:-((?:[0-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\\.(?:[0-9]\\d*|\\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\\+([0-9a-zA-Z-]+(?:\\.[0-9a-zA-Z-]+)*))?$"