Class MvnJob.MvnwJobBuilder

  • 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 MvnJob.MvnwJobBuilder
    extends JobBuilder
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • 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
    • Constructor Detail

      • MvnJob.MvnwJobBuilder

        MvnJob.MvnwJobBuilder(String name, String cmd, Function1<JobBuilder, Unit> setup)
    • Method Detail