Package com.aq.aqconnect
Class AQPluginBuilderAction
- java.lang.Object
- 
- hudson.tasks.BuildStepCompatibilityLayer
- 
- hudson.tasks.Publisher
- 
- hudson.tasks.Recorder
- 
- com.aq.aqconnect.AQPluginBuilderAction
 
 
 
 
- 
- All Implemented Interfaces:
- ExtensionPoint,- Describable<Publisher>,- BuildStep,- SimpleBuildStep
 
 public class AQPluginBuilderAction extends Recorder implements SimpleBuildStep 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAQPluginBuilderAction.DescriptorImpl- 
Nested classes/interfaces inherited from class hudson.tasks.PublisherPublisher.DescriptorExtensionListImpl
 - 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStepBuildStep.PublisherList
 - 
Nested classes/interfaces inherited from interface hudson.ExtensionPointExtensionPoint.LegacyInstancesAreScopedToHudson
 - 
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStepSimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory
 
- 
 - 
Field Summary- 
Fields inherited from interface hudson.tasks.BuildStepBUILDERS, PUBLISHERS
 
- 
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretgetApiKey()StringgetAppURL()AQPluginBuilderAction.DescriptorImplgetDescriptor()StringgetJobId()StringgetMaxWaitTimeInMins()StringgetProxyHost()StringgetProxyPort()BuildStepMonitorgetRequiredMonitorService()StringgetRunParamStr()BooleangetSSLChecks()StringgetStepFailureThreshold()StringgetTenantCode()StringgetUserName()voidperform(Run<?,?> run, FilePath workspace, Launcher launcher, TaskListener listener)- 
Methods inherited from class hudson.tasks.Publisherall, getProjectAction, needsToRunAfterFinalized, prebuild
 - 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayergetProjectAction, getProjectActions, perform, perform, prebuild
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface hudson.tasks.BuildStepgetProjectAction, getProjectActions, perform, prebuild
 - 
Methods inherited from interface jenkins.tasks.SimpleBuildStepperform, perform, requiresWorkspace
 
- 
 
- 
- 
- 
Method Detail- 
getApiKeypublic Secret getApiKey() 
 - 
getUserNamepublic String getUserName() 
 - 
getJobIdpublic String getJobId() 
 - 
getAppURLpublic String getAppURL() 
 - 
getRunParamStrpublic String getRunParamStr() 
 - 
getProxyPortpublic String getProxyPort() 
 - 
getProxyHostpublic String getProxyHost() 
 - 
getTenantCodepublic String getTenantCode() 
 - 
getStepFailureThresholdpublic String getStepFailureThreshold() 
 - 
getMaxWaitTimeInMinspublic String getMaxWaitTimeInMins() 
 - 
getSSLCheckspublic Boolean getSSLChecks() 
 - 
getDescriptorpublic AQPluginBuilderAction.DescriptorImpl getDescriptor() - Specified by:
- getDescriptorin interface- Describable<Publisher>
- Overrides:
- getDescriptorin class- Recorder
 
 - 
performpublic void perform(@NonNull Run<?,?> run, @NonNull FilePath workspace, @NonNull Launcher launcher, @NonNull TaskListener listener) throws InterruptedException, IOException- Specified by:
- performin interface- SimpleBuildStep
- Throws:
- InterruptedException
- IOException
 
 - 
getRequiredMonitorServicepublic BuildStepMonitor getRequiredMonitorService() - Specified by:
- getRequiredMonitorServicein interface- BuildStep
 
 
- 
 
-