Uses of Class
org.gitlab4j.api.Constants.BuildGitStrategy
Package | Description |
---|---|
org.gitlab4j.api | |
org.gitlab4j.api.models |
-
Uses of Constants.BuildGitStrategy in org.gitlab4j.api
Methods in org.gitlab4j.api that return Constants.BuildGitStrategy Modifier and Type Method Description static Constants.BuildGitStrategy
Constants.BuildGitStrategy. forValue(String value)
static Constants.BuildGitStrategy
Constants.BuildGitStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static Constants.BuildGitStrategy[]
Constants.BuildGitStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Constants.BuildGitStrategy in org.gitlab4j.api.models
Methods in org.gitlab4j.api.models that return Constants.BuildGitStrategy Modifier and Type Method Description Constants.BuildGitStrategy
Project. getBuildGitStrategy()
Methods in org.gitlab4j.api.models with parameters of type Constants.BuildGitStrategy Modifier and Type Method Description void
Project. setBuildGitStrategy(Constants.BuildGitStrategy buildGitStrategy)
Project
Project. withBuildGitStrategy(Constants.BuildGitStrategy buildGitStrategy)