- Cancellation - Class in io.jenkins.plugins.adobe.cloudmanager.step.execution
-
An interruption which occurs due to a Cancellation of the Cloud Manager pipeline.
- Cancellation() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.step.execution.Cancellation
-
- CHALLENGE_PARAM - Static variable in class io.jenkins.plugins.adobe.cloudmanager.webhook.CMEventPayload.PayloadHandler
-
- clientSecretFor(String) - Static method in class io.jenkins.plugins.adobe.cloudmanager.util.CredentialsUtil
-
Find the Client Secret for the specified credential id.
- CLOUD_MANAGER_CONFIGURATION_ID - Static variable in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-
- CloudManagerApiUtil - Class in io.jenkins.plugins.adobe.cloudmanager.util
-
- CloudManagerApiUtil() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.util.CloudManagerApiUtil
-
- CloudManagerBuildAction - Class in io.jenkins.plugins.adobe.cloudmanager.action
-
Cloud Manager build data used for taking actions.
- CloudManagerBuildAction() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- CloudManagerBuildAction.PipelineStep - Class in io.jenkins.plugins.adobe.cloudmanager.action
-
Represents a step which a Cloud Manager Pipeline execution reached.
- CloudManagerBuilder - Class in io.jenkins.plugins.adobe.cloudmanager.builder
-
Helper builder for steps which interact with Cloud Manager.
- CloudManagerBuilder() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder
-
- CloudManagerBuilder.CloudManagerBuilderDescriptor - Class in io.jenkins.plugins.adobe.cloudmanager.builder
-
Helper descriptor for concrete classes of Cloud Manager Builders.
- CloudManagerBuilderDescriptor() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder.CloudManagerBuilderDescriptor
-
- CloudManagerEventSubscriber - Class in io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber
-
Abstract subscriber for Cloud Manager events.
- CloudManagerEventSubscriber() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber.CloudManagerEventSubscriber
-
- CloudManagerPipelineExecution - Class in io.jenkins.plugins.adobe.cloudmanager
-
Representation of a Cloud Manager Pipeline Execution.
- CloudManagerPipelineExecution() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.CloudManagerPipelineExecution
-
- CloudManagerSubscriberEvent - Class in io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber
-
An event which Subscribers can process.
- CloudManagerSubscriberEvent() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber.CloudManagerSubscriberEvent
-
- CloudManagerWebHook - Class in io.jenkins.plugins.adobe.cloudmanager.webhook
-
Handles incoming Cloud Manager pipeline events from Adobe IO.
- CloudManagerWebHook() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.webhook.CloudManagerWebHook
-
- CloudManagerWebHook.CrumbExclusion - Class in io.jenkins.plugins.adobe.cloudmanager.webhook
-
Excludes the WebHook from requiring CSRF tokens for a POST request.
- CMEvent - Class in io.jenkins.plugins.adobe.cloudmanager.webhook
-
A Cloud Manager Event received from a WebHook call.
- CMEvent() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.webhook.CMEvent
-
- CMEventPayload - Annotation Type in io.jenkins.plugins.adobe.cloudmanager.webhook
-
Transform Stapler Request into a
CMEvent
for invoking the WebHook.
- CMEventPayload.PayloadHandler - Class in io.jenkins.plugins.adobe.cloudmanager.webhook
-
Annotation Handler for processing the payload.
- CMPipelineStartCause - Class in io.jenkins.plugins.adobe.cloudmanager.trigger
-
- CMPipelineStartCause() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.trigger.CMPipelineStartCause
-
- configuration() - Static method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-
Helper for looking up this configuration, protecting against null.
- configure(StaplerRequest, JSONObject) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-
- createApi() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder
-
Create a CloudManagerApi
from this Builder's configured Adobe IO project.
- createApi() - Static method in class io.jenkins.plugins.adobe.cloudmanager.util.CloudManagerApiUtil
-
- createTask() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PollPipelineExecution
-
- credentialsFor(String, Class<C>) - Static method in class io.jenkins.plugins.adobe.cloudmanager.util.CredentialsUtil
-
Look up a Credential object from the stores, using the specified Id.
- CredentialsUtil - Class in io.jenkins.plugins.adobe.cloudmanager.util
-
Utility class for looking up Credentials for different forms.
- CredentialsUtil() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.util.CredentialsUtil
-
- CrumbExclusion() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.webhook.CloudManagerWebHook.CrumbExclusion
-
- DescriptorHelper - Class in io.jenkins.plugins.adobe.cloudmanager.util
-
Helper for generating builder's UI selection lists.
- DescriptorHelper() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.util.DescriptorHelper
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder.DescriptorImpl
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.builder.StartPipelineBuilder.DescriptorImpl
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.step.AdvancePipelineStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.step.PipelineEndStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.step.PollPipelineStep.DescriptorImpl
-
- DescriptorImpl() - Constructor for class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger.DescriptorImpl
-
- doCancel() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
REST Submission
- doCheckClientId(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
Client Id (aka API Key) check - it's required.
- doCheckClientSecretCredentialsId(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
Client Secret credential id check - it's required.
- doCheckImsOrganizationId(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
IMS Org Id check = it's required.
- doCheckName(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
Name check - it's required
- doCheckPrivateKeyCredentialsId(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
Private Key credential id check - it's required.
- doCheckTechnicalAccountId(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
Technical Account Id check = it's required.
- doCheckUrl(Item, String, String) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder.DescriptorImpl
-
Check if the provided Cloud Manager url is valid.
- doEndQuietly() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
Used by wrapping block steps to quietly end this step without changing the build status.
- doFillAioProjectItems() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder.CloudManagerBuilderDescriptor
-
Lists the Adobe IO Projects available.
- doFillAioProjectItems() - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger.DescriptorImpl
-
Lists the Adobe IO Projects available.
- doFillClientSecretCredentialsIdItems(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
List all of the possible Credentials that can be used for the Client Secret.
- doFillCredentialsIdItems(Item, String, String) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder.DescriptorImpl
-
Create a list of the credentials that are valid for this Step.
- doFillPipelineItems(String, String) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder.CloudManagerBuilderDescriptor
-
List the Pipelines associated with the selected Program.
- doFillPipelineItems(String, String) - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger.DescriptorImpl
-
List the Pipelines associated with the selected Program.
- doFillPrivateKeyCredentialsIdItems(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
List all of the possible Credentials that can be used for the Private Key.
- doFillProgramItems(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder.CloudManagerBuilderDescriptor
-
List the Programs available based on the selected Adobe IO Project.
- doFillProgramItems(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger.DescriptorImpl
-
List the Programs available based on the selected Adobe IO Project.
- doGetLog() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- doGetQualityData() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- doIndex(StaplerRequest, CMEvent) - Method in class io.jenkins.plugins.adobe.cloudmanager.webhook.CloudManagerWebHook
-
Process a AIO WebHook Event.
- doProceed() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
REST Submission
- doResume() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Subclasses should override this to provide specific logic after a restart operation.
- doResume() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineEndExecution
-
- doResume() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
- doResume() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PollPipelineExecution
-
- doStart() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Subclasses should override this to provide specific logic on step start.
- doStart() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AdvancePipelineExecution
-
- doStart() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineEndExecution
-
- doStart() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
- doStart() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PollPipelineExecution
-
- doStop() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Subclasses should override this to require specific logic during a stop operation.
- doStop() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
- doStop() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PollPipelineExecution
-
- doSubmit(StaplerRequest) - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
Form Submission
- doVerifyCredentials(String, String, String, String, String, String) - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
Verify that the provided information is able to authenticate to Adobe IO.
- getActions() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.AdvancePipelineStep
-
List of actions to which this Step will respond.
- getActions() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep
-
List of actions to which this Step will respond.
- getAIODomainRequirement() - Static method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getAioProject() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder
-
- getAioProject() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Retrieve the configured Adobe IO Project configured based on the information configured in the Run.
- getAioProject() - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger
-
- getApi() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Build a Cloud Manager API based on the configured Adobe IO Project.
- getApiUrl() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getBuildData() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Get the Cloud Manager Build info from the run.
- getClientId() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getClientSecretCredentialsId() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getCredentialsId() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder
-
The credentials id of the secret containing the Cloud Manager git credentials.
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineStepDecisionAction
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineWaitingAction
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.StartPipelineBuilder.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.AdvancePipelineStep.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineEndStep.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PollPipelineStep.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger.DescriptorImpl
-
- getDisplayName() - Method in class io.jenkins.plugins.adobe.cloudmanager.webhook.CloudManagerWebHook
-
- getDynamic(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineWaitingAction
-
Used by the UI for iterating over the executions and displaying.
- getExclusionPath() - Method in class io.jenkins.plugins.adobe.cloudmanager.webhook.CloudManagerWebHook.CrumbExclusion
-
- getExecution(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineWaitingAction
-
Returns the execution based on the id.
- getExecutions() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineWaitingAction
-
Lists all the stored executions.
- getFlowNode() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Helper to get the FlowNode from the context.
- getFunctionName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.AdvancePipelineStep.DescriptorImpl
-
- getFunctionName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineEndStep.DescriptorImpl
-
- getFunctionName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep.DescriptorImpl
-
- getFunctionName() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PollPipelineStep.DescriptorImpl
-
- getIconFileName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- getIconFileName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineStepDecisionAction
-
- getIconFileName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineWaitingAction
-
- getIconFileName() - Method in class io.jenkins.plugins.adobe.cloudmanager.webhook.CloudManagerWebHook
-
- getId() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-
To avoid long class name as id in xml tag name and config file
- getId() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
- getImsOrganizationId() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getName() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getOwningRun() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- getPipeline() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder
-
- getPipelineId(CloudManagerApi, String) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder
-
Get the Pipeline ID for this builder's configured Pipeline.
- getPipelineId() - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger
-
- getPipelineId(CloudManagerApi, String, String) - Static method in class io.jenkins.plugins.adobe.cloudmanager.util.CloudManagerApiUtil
-
Get the Program Id for the pipeline by name its name.
- getPrivateKeyCredentialsId() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getProgram() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder
-
- getProgramId(CloudManagerApi) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder
-
Get the Program Id for this Builder's configured Program.
- getProgramId() - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger
-
- getProgramId(CloudManagerApi, String) - Static method in class io.jenkins.plugins.adobe.cloudmanager.util.CloudManagerApiUtil
-
Get the Program Id for the program by name its name.
- getProjectConfigs() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-
- getReason() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
- getRecurrencePeriod() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PollPipelineStep
-
Wait period before repeated API checks, in milliseconds
- getRequiredContext() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.AdvancePipelineStep.DescriptorImpl
-
- getRequiredContext() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineEndStep.DescriptorImpl
-
- getRequiredContext() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep.DescriptorImpl
-
- getRequiredContext() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PollPipelineStep.DescriptorImpl
-
- getRun() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineWaitingAction
-
- getRun() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Helper to get the Run from the context.
- getShortDescription() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.Cancellation
-
- getShortDescription() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.Failure
-
- getShortDescription() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.RemoteStateInterruption
-
- getShortDescription() - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.CMPipelineStartCause
-
- getStatus() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction.PipelineStep
-
- getStatus() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineEndExecution
-
- getStep(String) - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- getSteps() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- getTaskListener() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Helper to get the TaskListener from the context.
- getTechnicalAccountId() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOProjectConfig
-
- getTrigger() - Static method in class io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber.PipelineStartEventSubscriber
-
- getUrl() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder
-
The URL to the Cloud Manager git repository.
- getUrlName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction
-
- getUrlName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineStepDecisionAction
-
- getUrlName() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.PipelineWaitingAction
-
- getUrlName() - Method in class io.jenkins.plugins.adobe.cloudmanager.webhook.CloudManagerWebHook
-
- getWebhookUrl() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-
- interested(CloudManagerEvent.EventType) - Static method in class io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber.CloudManagerEventSubscriber
-
Predicate for filtering on streams.
- interestedIn(PipelineStartEvent) - Static method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger
-
Predicate for stream processing.
- invoke(StaplerRequest, StaplerResponse, Object, Object[]) - Method in class io.jenkins.plugins.adobe.cloudmanager.webhook.RequireCMEventPayload.Processor
-
Runs the validation logic - any issues will raise an exception back to the caller.
- io.jenkins.plugins.adobe.cloudmanager - package io.jenkins.plugins.adobe.cloudmanager
-
- io.jenkins.plugins.adobe.cloudmanager.action - package io.jenkins.plugins.adobe.cloudmanager.action
-
- io.jenkins.plugins.adobe.cloudmanager.builder - package io.jenkins.plugins.adobe.cloudmanager.builder
-
- io.jenkins.plugins.adobe.cloudmanager.config - package io.jenkins.plugins.adobe.cloudmanager.config
-
- io.jenkins.plugins.adobe.cloudmanager.step - package io.jenkins.plugins.adobe.cloudmanager.step
-
- io.jenkins.plugins.adobe.cloudmanager.step.execution - package io.jenkins.plugins.adobe.cloudmanager.step.execution
-
- io.jenkins.plugins.adobe.cloudmanager.trigger - package io.jenkins.plugins.adobe.cloudmanager.trigger
-
- io.jenkins.plugins.adobe.cloudmanager.util - package io.jenkins.plugins.adobe.cloudmanager.util
-
- io.jenkins.plugins.adobe.cloudmanager.webhook - package io.jenkins.plugins.adobe.cloudmanager.webhook
-
- io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber - package io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber
-
- isAdvance() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep
-
Flag to indicate if this step should auto-advance when it receives a finished
event.
- isApplicable(Class<? extends AbstractProject>) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.CloudManagerBuilder.CloudManagerBuilderDescriptor
-
- isApplicable(Class<? extends AbstractProject>) - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder.DescriptorImpl
-
- isApplicable(PipelineExecution) - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineEndExecution
-
indicates if this executions is associated with the remote Cloud Manager pipeline.
- isApplicable(PipelineExecutionStepState) - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
Determines if this execution will process the associated remote Step State.
- isApplicable(PipelineExecution) - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
Determines if this execution will process the remote Pipeline Execution.
- isApplicable(Item) - Method in class io.jenkins.plugins.adobe.cloudmanager.trigger.PipelineStartTrigger.DescriptorImpl
-
- isApplicable() - Static method in class io.jenkins.plugins.adobe.cloudmanager.webhook.subscriber.PipelineStartEventSubscriber
-
- isAsync() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AbstractStepExecution
-
Subclasses should override this to indicate if it is an Async step.
- isAsync() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.AdvancePipelineExecution
-
- isAutoApprove() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep
-
Flag to indicate if this step should auto-approve if it receives a waiting
event.
- isEmpty() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineEndStep
-
- isFinished() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineEndExecution
-
- isForce() - Method in class io.jenkins.plugins.adobe.cloudmanager.builder.RepositorySyncBuilder
-
Whether or not to force the push
to Cloud Manager's repository
- isHasQualityData() - Method in class io.jenkins.plugins.adobe.cloudmanager.action.CloudManagerBuildAction.PipelineStep
-
- isMirror() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineEndStep
-
Flag if this step mirror the remote state.
- isProcessed() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.execution.PipelineStepStateExecution
-
Flag to indicate that this step is waiting for user interaction.
- isQuiet() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PollPipelineStep
-
Flag to indicate whether or not this step should log each API check.
- isWaitingPause() - Method in class io.jenkins.plugins.adobe.cloudmanager.step.PipelineStepStateStep
-
Flag to indicate if the pipeline should pause on a waiting event.
- isWebhookEnabled() - Method in class io.jenkins.plugins.adobe.cloudmanager.config.AdobeIOConfig
-