Uses of Class
org.kohsuke.github.GHRepositoryVariable
-
Packages that use GHRepositoryVariable Package Description org.kohsuke.github -
-
Uses of GHRepositoryVariable in org.kohsuke.github
Methods in org.kohsuke.github that return GHRepositoryVariable Modifier and Type Method Description GHRepositoryVariableGHRepository. getRepoVariable(String name)Deprecated.GHRepositoryVariableGHRepository. getVariable(String name)Gets a repository variable.Constructors in org.kohsuke.github with parameters of type GHRepositoryVariable Constructor Description GHRepositoryVariableBuilder(Class<S> intermediateReturnType, GitHub root, GHRepositoryVariable baseInstance)Instantiates a new GH Repository Variable builder.
-