Class JiraDeploymentInfoRequest

java.lang.Object
com.atlassian.jira.cloud.jenkins.deploymentinfo.service.JiraDeploymentInfoRequest

public class JiraDeploymentInfoRequest extends Object
  • Constructor Details

    • JiraDeploymentInfoRequest

      public JiraDeploymentInfoRequest(@Nullable String site, String environmentId, String environmentName, String environmentType, @Nullable String state, Set<String> serviceIds, boolean enableGating, Set<String> issueKeys, org.jenkinsci.plugins.workflow.job.WorkflowRun deployment)
  • Method Details

    • getSite

      @Nullable public String getSite()
    • getDeployment

      public org.jenkinsci.plugins.workflow.job.WorkflowRun getDeployment()
    • getEnvironmentId

      public String getEnvironmentId()
    • getEnvironmentName

      public String getEnvironmentName()
    • getEnvironmentType

      public String getEnvironmentType()
    • getState

      @Nullable public String getState()
    • getServiceIds

      public Set<String> getServiceIds()
    • getEnableGating

      public boolean getEnableGating()
    • getIssueKeys

      public Set<String> getIssueKeys()