Constant Field Values
Contents
com.mooltiverse.*
-
com.mooltiverse.oss.nyx.configuration.Defaults Modifier and Type Constant Field Value public static final String
RELEASE_PREFIX
"v"
-
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"
-
com.mooltiverse.oss.nyx.version.SemanticVersion Modifier and Type Constant Field Value public static final char
BUILD_DELIMITER
43
public static final String
DEFAULT_INITIAL_VERSION
"0.1.0"
public static final char
PRERELEASE_DELIMITER
45
public static final String
SEMANTIC_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 String
SEMANTIC_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-]+)*))?$"