Uses of Class
io.fabric8.openshift.api.model.GitRefInfo
-
Packages that use GitRefInfo Package Description io.fabric8.openshift.api.model -
-
Uses of GitRefInfo in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return GitRefInfo Modifier and Type Method Description GitRefInfoGitRefInfoBuilder. build()GitRefInfoGitInfoFluent. buildFirstRef()GitRefInfoGitInfoFluent. buildLastRef()GitRefInfoGitInfoFluent. buildMatchingRef(Predicate<GitRefInfoBuilder> predicate)GitRefInfoGitInfoFluent. buildRef(int index)Methods in io.fabric8.openshift.api.model that return types with arguments of type GitRefInfo Modifier and Type Method Description List<GitRefInfo>GitInfoFluent. buildRefs()List<GitRefInfo>GitInfo. getRefs()refs is a list of GitRefs for the provided repo - generally sent when used from a post-receive hook.Methods in io.fabric8.openshift.api.model with parameters of type GitRefInfo Modifier and Type Method Description GitInfoFluent.RefsNested<A>GitInfoFluent. addNewRefLike(GitRefInfo item)AGitInfoFluent. addToRefs(int index, GitRefInfo item)AGitInfoFluent. addToRefs(GitRefInfo... items)protected voidGitRefInfoFluent. copyInstance(GitRefInfo instance)AGitInfoFluent. removeFromRefs(GitRefInfo... items)GitInfoFluent.RefsNested<A>GitInfoFluent. setNewRefLike(int index, GitRefInfo item)AGitInfoFluent. setToRefs(int index, GitRefInfo item)AGitInfoFluent. withRefs(GitRefInfo... refs)Method parameters in io.fabric8.openshift.api.model with type arguments of type GitRefInfo Modifier and Type Method Description AGitInfoFluent. addAllToRefs(Collection<GitRefInfo> items)AGitInfoFluent. removeAllFromRefs(Collection<GitRefInfo> items)voidGitInfo. setRefs(List<GitRefInfo> refs)refs is a list of GitRefs for the provided repo - generally sent when used from a post-receive hook.AGitInfoFluent. withRefs(List<GitRefInfo> refs)Constructors in io.fabric8.openshift.api.model with parameters of type GitRefInfo Constructor Description GitRefInfoBuilder(GitRefInfo instance)GitRefInfoBuilder(GitRefInfoFluent<?> fluent, GitRefInfo instance)GitRefInfoFluent(GitRefInfo instance)Constructor parameters in io.fabric8.openshift.api.model with type arguments of type GitRefInfo Constructor Description GitInfo(SourceControlUser author, String commit, SourceControlUser committer, String httpProxy, String httpsProxy, String message, String noProxy, String ref, List<GitRefInfo> refs, String uri)
-