Class CodecovJob.CodeCovJobBuilder
-
- All Implemented Interfaces:
-
dev.otbe.gitlab.ci.dsl.Builder,dev.otbe.gitlab.ci.dsl.artifacts.ArtifactsAware,dev.otbe.gitlab.ci.dsl.cache.CacheAware,dev.otbe.gitlab.ci.dsl.environment.EnvironmentAware,dev.otbe.gitlab.ci.dsl.needs.NeedsAware,dev.otbe.gitlab.ci.dsl.rules.RulesAware,dev.otbe.gitlab.ci.dsl.scripts.ScriptsAware,dev.otbe.gitlab.ci.dsl.tags.TagsAware,dev.otbe.gitlab.ci.dsl.trigger.TriggerAware,dev.otbe.gitlab.ci.dsl.variables.VariablesAware
public final class CodecovJob.CodeCovJobBuilder extends JobBuilder
-
-
Field Summary
Fields Modifier and Type Field Description private BooleanallowFailureprivate Stringcoverageprivate Imageimageprivate Booleaninterruptibleprivate ResourceGroupresourceGroupprivate Stagestageprivate Durationtimeout
-
Constructor Summary
Constructors Constructor Description CodecovJob.CodeCovJobBuilder(String name, Function1<JobBuilder, Unit> setup)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class dev.otbe.gitlab.ci.dsl.jobs.JobBuilder
build, getAllowFailure, getCoverage, getImage, getInterruptible, getResourceGroup, getStage, getTimeout, setAllowFailure, setCoverage, setImage, setInterruptible, setResourceGroup, setStage, setTimeout -
Methods inherited from class dev.otbe.gitlab.ci.dsl.artifacts.ArtifactsAware
artifacts, artifacts -
Methods inherited from class dev.otbe.gitlab.ci.dsl.cache.CacheAware
cache, cache -
Methods inherited from class dev.otbe.gitlab.ci.dsl.environment.EnvironmentAware
environment, environment -
Methods inherited from class dev.otbe.gitlab.ci.dsl.needs.NeedsAware
needs, needs, needs, needsAsString -
Methods inherited from class dev.otbe.gitlab.ci.dsl.rules.RulesAware
rules, rules, rules -
Methods inherited from class dev.otbe.gitlab.ci.dsl.scripts.ScriptsAware
script, scripts, scripts -
Methods inherited from class dev.otbe.gitlab.ci.dsl.tags.TagsAware
tags, tags, tags, tagsAsList -
Methods inherited from class dev.otbe.gitlab.ci.dsl.trigger.TriggerAware
trigger, trigger -
Methods inherited from class dev.otbe.gitlab.ci.dsl.variables.VariablesAware
variables, variables -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-