Index

A D E G K M O S T V 
All Classes and Interfaces|All Packages

A

Application - Class in me.julb
The main class to launch the action.
Application() - Constructor for class me.julb.Application
 

D

DOCKER_SHA_BUILD_TAG - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The docker tag with the sha as build number.
DOCKER_TAG - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The docker tag with the version number
DOCKER_TIMESTAMP_BUILD_TAG - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The docker tag with a timestamp.
DOCKER_TIMESTAMP_SHA_BUILD_TAG - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The docker tag with a timestamp and a SHAs.

E

execute() - Method in class me.julb.applications.github.actions.SemverBuildVarsGitHubAction

G

getCurrentTimestamp() - Method in class me.julb.applications.github.actions.SemverBuildVarsGitHubAction
Gets the current timestamp.
getInputPackageVersion() - Method in class me.julb.applications.github.actions.SemverBuildVarsGitHubAction
Gets the "package_version" input.
getSemverVersion(String) - Method in class me.julb.applications.github.actions.SemverBuildVarsGitHubAction
Gets the semver verison object from the given version.

K

key() - Method in enum class me.julb.applications.github.actions.OutputVars
Getter for property key.

M

main(String[]) - Static method in class me.julb.Application
Main method.
me.julb - package me.julb
 
me.julb.applications.github.actions - package me.julb.applications.github.actions
 

O

ORIGINAL_VERSION - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The version.
OutputVars - Enum Class in me.julb.applications.github.actions
The output variables.

S

SemverBuildVarsGitHubAction - Class in me.julb.applications.github.actions
The action to compute SemVer build vars.
SemverBuildVarsGitHubAction() - Constructor for class me.julb.applications.github.actions.SemverBuildVarsGitHubAction
 
SHA_BUILD_VERSION - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The version with the sha as build number.
SHA_BUILD_VERSION_BUILD - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The SHA used to build the version number.

T

TIMESTAMP_BUILD_VERSION - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The version with a timestamp.
TIMESTAMP_BUILD_VERSION_BUILD - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The timestamp used to build the version number.
TIMESTAMP_SHA_BUILD_VERSION - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The version with a timestamp and a SHAs.
TIMESTAMP_SHA_BUILD_VERSION_BUILD - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The timestamp/SHA used to build the version number.

V

valueOf(String) - Static method in enum class me.julb.applications.github.actions.OutputVars
Returns the enum constant of this class with the specified name.
values() - Static method in enum class me.julb.applications.github.actions.OutputVars
Returns an array containing the constants of this enum class, in the order they are declared.
VERSION - Enum constant in enum class me.julb.applications.github.actions.OutputVars
The version.
A D E G K M O S T V 
All Classes and Interfaces|All Packages