Uses of Class
io.fabric8.openshift.api.model.GitInfo
-
Packages that use GitInfo Package Description io.fabric8.openshift.api.model -
-
Uses of GitInfo in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return GitInfo Modifier and Type Method Description GitInfoGitInfoBuilder. build()GitInfoGenericWebHookEventFluent. buildGit()GitInfoGenericWebHookEvent. getGit()GenericWebHookEvent is the payload expected for a generic webhook postMethods in io.fabric8.openshift.api.model with parameters of type GitInfo Modifier and Type Method Description protected voidGitInfoFluent. copyInstance(GitInfo instance)GenericWebHookEventFluent.GitNested<A>GenericWebHookEventFluent. editOrNewGitLike(GitInfo item)voidGenericWebHookEvent. setGit(GitInfo git)GenericWebHookEvent is the payload expected for a generic webhook postAGenericWebHookEventFluent. withGit(GitInfo git)GenericWebHookEventFluent.GitNested<A>GenericWebHookEventFluent. withNewGitLike(GitInfo item)Constructors in io.fabric8.openshift.api.model with parameters of type GitInfo Constructor Description GenericWebHookEvent(DockerStrategyOptions dockerStrategyOptions, List<io.fabric8.kubernetes.api.model.EnvVar> env, GitInfo git, String type)GitInfoBuilder(GitInfo instance)GitInfoBuilder(GitInfoFluent<?> fluent, GitInfo instance)GitInfoFluent(GitInfo instance)
-