Constant Field Values
Contents
com.mooltiverse.*
-
com.mooltiverse.oss.nyx.configuration.Defaults Modifier and Type Constant Field Value public static final StringRELEASE_PREFIX"v"
-
com.mooltiverse.oss.nyx.gradle.ArrangeTask Modifier and Type Constant Field Value public static final StringDESCRIPTION"Integrates the local repository history with extra information from remotes"public static final StringGROUP"Release"public static final StringNAME"nyxArrange" -
com.mooltiverse.oss.nyx.gradle.CleanTask Modifier and Type Constant Field Value public static final StringDESCRIPTION"Deletes local release artifacts and reverts the release process to its initial state"public static final StringGROUP"Release"public static final StringNAME"nyxClean" -
com.mooltiverse.oss.nyx.gradle.Constants Modifier and Type Constant Field Value public static final StringGRADLE_VERSION_PROPERTY_NAME"version" -
com.mooltiverse.oss.nyx.gradle.CoreTask Modifier and Type Constant Field Value public static final StringGROUP"Release"public static final StringNYX_INSTANCE_PROPERTY"nyxInstance" -
com.mooltiverse.oss.nyx.gradle.InferTask Modifier and Type Constant Field Value public static final StringDESCRIPTION"Collects informations from the local Git repository to generate the new version and plan the release actions"public static final StringGROUP"Release"public static final StringNAME"nyxInfer" -
com.mooltiverse.oss.nyx.gradle.MakeTask Modifier and Type Constant Field Value public static final StringDESCRIPTION"Builds the configured local release artifacts"public static final StringGROUP"Release"public static final StringNAME"nyxMake" -
com.mooltiverse.oss.nyx.gradle.MarkTask Modifier and Type Constant Field Value public static final StringDESCRIPTION"Marks the release by tagging and committing the repository"public static final StringGROUP"Release"public static final StringNAME"nyxMark" -
com.mooltiverse.oss.nyx.gradle.NyxExtension Modifier and Type Constant Field Value public static final StringNAME"nyx" -
com.mooltiverse.oss.nyx.gradle.NyxPlugin<T> Modifier and Type Constant Field Value public static final StringID"com.mooltiverse.oss.nyx" -
com.mooltiverse.oss.nyx.gradle.PublishTask Modifier and Type Constant Field Value public static final StringDESCRIPTION"Publishes the new release to remote services and emits notifications"public static final StringGROUP"Release"public static final StringNAME"nyxPublish" -
com.mooltiverse.oss.nyx.gradle.ReleaseTask Modifier and Type Constant Field Value public static final StringDESCRIPTION"Runs all the release tasks"public static final StringGROUP"Release"public static final StringNAME"release"
-
com.mooltiverse.oss.nyx.services.github.GitHub Modifier and Type Constant Field Value public static final StringAPI_BASE_URL"https://api.github.com"
-
com.mooltiverse.oss.nyx.services.gitlab.GitLab Modifier and Type Constant Field Value public static final StringAPI_BASE_URL"https://gitlab.com/api/v4"
-
com.mooltiverse.oss.nyx.version.SemanticVersion Modifier and Type Constant Field Value public static final charBUILD_DELIMITER43public static final StringDEFAULT_INITIAL_VERSION"0.1.0"public static final charPRERELEASE_DELIMITER45public static final StringSEMANTIC_VERSION_PATTERN"^(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 StringSEMANTIC_VERSION_PATTERN_RELAXED"([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-]+)*))?$"