Class AnsibleTowerProjectRevisionFreestyle
java.lang.Object
hudson.tasks.BuildStepCompatibilityLayer
hudson.tasks.Builder
org.jenkinsci.plugins.ansible_tower.AnsibleTowerProjectRevisionFreestyle
- All Implemented Interfaces:
ExtensionPoint,Describable<Builder>,BuildStep
- Author:
- Janario Oliveira
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classNested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherListNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson -
Field Summary
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanperform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) voidsetProject(String project) voidsetRevision(String revision) voidsetThrowExceptionWhenFail(Boolean throwExceptionWhenFail) voidsetTowerCredentialsId(String towerCredentialsId) voidsetTowerServer(String towerServer) voidsetVerbose(Boolean verbose) Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuildMethods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, prebuild
-
Constructor Details
-
AnsibleTowerProjectRevisionFreestyle
-
-
Method Details
-
getTowerServer
-
getTowerCredentialsId
-
getProject
-
getRevision
-
getVerbose
-
getThrowExceptionWhenFail
-
setTowerServer
-
setTowerCredentialsId
-
setProject
-
setRevision
-
setVerbose
-
setThrowExceptionWhenFail
-
perform
public boolean perform(AbstractBuild<?, ?> build, Launcher launcher, BuildListener listener) throws InterruptedException, IOException- Specified by:
performin interfaceBuildStep- Overrides:
performin classBuildStepCompatibilityLayer- Throws:
InterruptedExceptionIOException
-