Package io.jenkins.plugins.servicenow
Class ApplyChangesBuilder
- java.lang.Object
 - 
- hudson.tasks.BuildStepCompatibilityLayer
 - 
- hudson.tasks.Builder
 - 
- io.jenkins.plugins.servicenow.ProgressBuilder
 - 
- io.jenkins.plugins.servicenow.ApplyChangesBuilder
 
 
 
 
 
- 
- All Implemented Interfaces:
 ExtensionPoint,Describable<Builder>,BuildStep,SimpleBuildStep
public class ApplyChangesBuilder extends ProgressBuilder
Build step responsible for applying changes from a remote source control to a specified local application. See API documentation: https://developer.servicenow.com/dev.do#!/reference/api/orlando/rest/cicd-api#cicd-POST-sc-apply_changes?navFilter=sn_cicd 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classApplyChangesBuilder.DescriptorImpl- 
Nested classes/interfaces inherited from interface hudson.tasks.BuildStep
BuildStep.PublisherList 
- 
Nested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson 
- 
Nested classes/interfaces inherited from interface jenkins.tasks.SimpleBuildStep
SimpleBuildStep.LastBuildAction, SimpleBuildStep.LastBuildActionFactory 
 - 
 
- 
Field Summary
- 
Fields inherited from class io.jenkins.plugins.servicenow.ProgressBuilder
workspace 
- 
Fields inherited from interface hudson.tasks.BuildStep
BUILDERS, PUBLISHERS 
 - 
 
- 
Constructor Summary
Constructors Constructor Description ApplyChangesBuilder(String credentialsId) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAppScope()StringgetAppSysId()StringgetBranchName()protected booleanperform(Run<?,?> run, TaskListener taskListener, Integer progressCheckInterval)voidsetAppScope(String appScope)voidsetAppSysId(String appSysId)voidsetBranchName(String branchName)protected voidsetupBuilderParameters(EnvVars environment)- 
Methods inherited from class io.jenkins.plugins.servicenow.ProgressBuilder
buildErrorDetailFromFailedResponse, checkProgress, getApiVersion, getClientFactory, getCredentialsId, getGlobalSNParams, getRestClient, getUrl, getValue, perform, setApiVersion, setClientFactory, setCredentialsId, setRestClient, setupParametersAfterBuildStep, setUrl 
- 
Methods inherited from class hudson.tasks.Builder
all, getDescriptor, getRequiredMonitorService, prebuild 
- 
Methods inherited from class hudson.tasks.BuildStepCompatibilityLayer
getProjectAction, getProjectAction, getProjectActions, perform, perform, prebuild 
- 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Methods inherited from interface hudson.tasks.BuildStep
getProjectAction, getProjectActions, getRequiredMonitorService, perform, prebuild 
- 
Methods inherited from interface jenkins.tasks.SimpleBuildStep
perform, perform, requiresWorkspace 
 - 
 
 - 
 
- 
- 
Constructor Detail
- 
ApplyChangesBuilder
@DataBoundConstructor public ApplyChangesBuilder(String credentialsId)
 
 - 
 
- 
Method Detail
- 
getAppScope
public String getAppScope()
 
- 
setAppScope
@DataBoundSetter public void setAppScope(String appScope)
 
- 
getAppSysId
public String getAppSysId()
 
- 
setAppSysId
@DataBoundSetter public void setAppSysId(String appSysId)
 
- 
getBranchName
public String getBranchName()
 
- 
setBranchName
@DataBoundSetter public void setBranchName(String branchName)
 
- 
setupBuilderParameters
protected void setupBuilderParameters(EnvVars environment)
- Overrides:
 setupBuilderParametersin classProgressBuilder
 
- 
perform
protected boolean perform(Run<?,?> run, @NonNull TaskListener taskListener, Integer progressCheckInterval)
- Specified by:
 performin classProgressBuilder
 
 - 
 
 -