Constant Field Values
Contents
com.mooltiverse.*
-
com.mooltiverse.oss.nyx.command.Make Modifier and Type Constant Field Value public static final StringDEFAULT_TEMPLATE_RESOURCE_NAME"changelog.tpl"
-
com.mooltiverse.oss.nyx.configuration.presets.Extended Modifier and Type Constant Field Value public static final StringNAME"extended" -
com.mooltiverse.oss.nyx.configuration.presets.Simple Modifier and Type Constant Field Value public static final StringNAME"simple"
-
com.mooltiverse.oss.nyx.entities.Defaults.ReleaseType Modifier and Type Constant Field Value public static final StringDESCRIPTION"Release {{version}}"public static final StringGIT_COMMIT_MESSAGE"Release version {{version}}"public static final StringNAME"default"
-
com.mooltiverse.oss.nyx.git.Repository Modifier and Type Constant Field Value public static final StringDEFAULT_REMOTE_NAME"origin"
-
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"public static final StringNYX_STATE_PROPERTY"nyxState" -
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 StringAUTHENTICATION_TOKEN_OPTION_NAME"AUTHENTICATION_TOKEN"public static final StringBASE_URI_OPTION_NAME"BASE_URI"public static final StringREMOTES_OPTION_NAME"REMOTES"public static final StringREPOSITORY_NAME_OPTION_NAME"REPOSITORY_NAME"public static final StringREPOSITORY_OWNER_OPTION_NAME"REPOSITORY_OWNER"
-
com.mooltiverse.oss.nyx.services.gitlab.GitLab Modifier and Type Constant Field Value public static final StringAUTHENTICATION_TOKEN_OPTION_NAME"AUTHENTICATION_TOKEN"public static final StringBASE_URI_OPTION_NAME"BASE_URI"public static final StringREMOTES_OPTION_NAME"REMOTES"public static final StringREPOSITORY_NAME_OPTION_NAME"REPOSITORY_NAME"public static final StringREPOSITORY_OWNER_OPTION_NAME"REPOSITORY_OWNER"
-
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-]+)*))?$"