Uses of Class
io.fabric8.openshift.api.model.BuildSource
-
Packages that use BuildSource Package Description io.fabric8.openshift.api.model -
-
Uses of BuildSource in io.fabric8.openshift.api.model
Methods in io.fabric8.openshift.api.model that return BuildSource Modifier and Type Method Description BuildSourceBuildSourceBuilder. build()BuildSourceBuildConfigSpecFluent. buildSource()BuildSourceBuildSpecFluent. buildSource()BuildSourceCommonSpecFluent. buildSource()BuildSourceBuildConfigSpec. getSource()BuildConfigSpec describes when and how builds are createdBuildSourceBuildSpec. getSource()BuildSpec has the information to represent a build and also additional information about a buildBuildSourceCommonSpec. getSource()CommonSpec encapsulates all the inputs necessary to represent a build.Methods in io.fabric8.openshift.api.model with parameters of type BuildSource Modifier and Type Method Description protected voidBuildSourceFluent. copyInstance(BuildSource instance)BuildConfigSpecFluent.SourceNested<A>BuildConfigSpecFluent. editOrNewSourceLike(BuildSource item)BuildSpecFluent.SourceNested<A>BuildSpecFluent. editOrNewSourceLike(BuildSource item)CommonSpecFluent.SourceNested<A>CommonSpecFluent. editOrNewSourceLike(BuildSource item)voidBuildConfigSpec. setSource(BuildSource source)BuildConfigSpec describes when and how builds are createdvoidBuildSpec. setSource(BuildSource source)BuildSpec has the information to represent a build and also additional information about a buildvoidCommonSpec. setSource(BuildSource source)CommonSpec encapsulates all the inputs necessary to represent a build.BuildConfigSpecFluent.SourceNested<A>BuildConfigSpecFluent. withNewSourceLike(BuildSource item)BuildSpecFluent.SourceNested<A>BuildSpecFluent. withNewSourceLike(BuildSource item)CommonSpecFluent.SourceNested<A>CommonSpecFluent. withNewSourceLike(BuildSource item)ABuildConfigSpecFluent. withSource(BuildSource source)ABuildSpecFluent. withSource(BuildSource source)ACommonSpecFluent. withSource(BuildSource source)Constructors in io.fabric8.openshift.api.model with parameters of type BuildSource Constructor Description BuildConfigSpec(Long completionDeadlineSeconds, Integer failedBuildsHistoryLimit, Boolean mountTrustedCA, Map<String,String> nodeSelector, BuildOutput output, BuildPostCommitSpec postCommit, io.fabric8.kubernetes.api.model.ResourceRequirements resources, SourceRevision revision, String runPolicy, String serviceAccount, BuildSource source, BuildStrategy strategy, Integer successfulBuildsHistoryLimit, List<BuildTriggerPolicy> triggers)BuildSourceBuilder(BuildSource instance)BuildSourceBuilder(BuildSourceFluent<?> fluent, BuildSource instance)BuildSourceFluent(BuildSource instance)BuildSpec(Long completionDeadlineSeconds, Boolean mountTrustedCA, Map<String,String> nodeSelector, BuildOutput output, BuildPostCommitSpec postCommit, io.fabric8.kubernetes.api.model.ResourceRequirements resources, SourceRevision revision, String serviceAccount, BuildSource source, BuildStrategy strategy, List<BuildTriggerCause> triggeredBy)CommonSpec(Long completionDeadlineSeconds, Boolean mountTrustedCA, Map<String,String> nodeSelector, BuildOutput output, BuildPostCommitSpec postCommit, io.fabric8.kubernetes.api.model.ResourceRequirements resources, SourceRevision revision, String serviceAccount, BuildSource source, BuildStrategy strategy)
-