Constant Field Values

Contents

com.mooltiverse.*

  • com.mooltiverse.oss.nyx.gradle.ArrangeTask 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "Integrates the local repository history with extra information from remotes"
    public static final String GROUP "Release"
    public static final String NAME "nyxArrange"
  • com.mooltiverse.oss.nyx.gradle.CleanTask 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "Deletes local release artifacts and reverts the release process to its initial state"
    public static final String GROUP "Release"
    public static final String NAME "nyxClean"
  • com.mooltiverse.oss.nyx.gradle.Constants 
    Modifier and Type Constant Field Value
    public static final String GRADLE_VERSION_PROPERTY_NAME "version"
  • com.mooltiverse.oss.nyx.gradle.CoreTask 
    Modifier and Type Constant Field Value
    public static final String GROUP "Release"
    public static final String NYX_INSTANCE_PROPERTY "nyxInstance"
  • com.mooltiverse.oss.nyx.gradle.InferTask 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "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 NAME "nyxInfer"
  • com.mooltiverse.oss.nyx.gradle.MakeTask 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "Builds the configured local release artifacts"
    public static final String GROUP "Release"
    public static final String NAME "nyxMake"
  • com.mooltiverse.oss.nyx.gradle.MarkTask 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "Marks the release by tagging and committing the repository"
    public static final String GROUP "Release"
    public static final String NAME "nyxMark"
  • com.mooltiverse.oss.nyx.gradle.NyxExtension 
    Modifier and Type Constant Field Value
    public static final String NAME "nyx"
  • com.mooltiverse.oss.nyx.gradle.NyxPlugin 
    Modifier and Type Constant Field Value
    public static final String ID "com.mooltiverse.oss.nyx"
  • com.mooltiverse.oss.nyx.gradle.PublishTask 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "Publishes the new release to remote services and emits notifications"
    public static final String GROUP "Release"
    public static final String NAME "nyxPublish"
  • com.mooltiverse.oss.nyx.gradle.ReleaseTask 
    Modifier and Type Constant Field Value
    public static final String DESCRIPTION "Runs all the release tasks"
    public static final String GROUP "Release"
    public static final String NAME "release"
  • com.mooltiverse.oss.nyx.services.github.GitHub 
    Modifier and Type Constant Field Value
    public static final String API_BASE_URL "https://api.github.com"
  • com.mooltiverse.oss.nyx.services.gitlab.GitLab 
    Modifier and Type Constant Field Value
    public static final String API_BASE_URL "https://gitlab.com/api/v4"