Class AgentAssignmentSearchResult

java.lang.Object
com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
com.atlassian.bamboo.plugins.rest.model.search.AgentAssignmentSearchResult

public class AgentAssignmentSearchResult extends SearchResultEntity
  • Constructor Details

    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult()
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(@NotNull @NotNull Project project)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull Project project)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(@NotNull @NotNull ImmutablePlan plan)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull ImmutablePlan plan)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(@NotNull @NotNull ImmutableJob plan)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull ImmutableJob plan)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(@NotNull @NotNull DeploymentProject deploymentProject)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull DeploymentProject deploymentProject)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(@NotNull @NotNull String parentName, @NotNull @NotNull Environment environment)
    • AgentAssignmentSearchResult

      public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull String parentName, @NotNull @NotNull Environment environment)
  • Method Details