public class AgentAssignmentSearchResult extends SearchResultEntity
Constructor and Description |
---|
AgentAssignmentSearchResult() |
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
DeploymentProject deploymentProject) |
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
ImmutableJob plan) |
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
ImmutablePlan plan) |
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
Project project) |
AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType,
long executorId,
String parentName,
Environment environment) |
AgentAssignmentSearchResult(DeploymentProject deploymentProject) |
AgentAssignmentSearchResult(ImmutableJob plan) |
AgentAssignmentSearchResult(ImmutablePlan plan) |
AgentAssignmentSearchResult(Project project) |
AgentAssignmentSearchResult(String parentName,
Environment environment) |
Modifier and Type | Method and Description |
---|---|
String |
getType() |
getId
public AgentAssignmentSearchResult()
public AgentAssignmentSearchResult(@NotNull Project project)
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull Project project)
public AgentAssignmentSearchResult(@NotNull ImmutablePlan plan)
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutablePlan plan)
public AgentAssignmentSearchResult(@NotNull ImmutableJob plan)
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutableJob plan)
public AgentAssignmentSearchResult(@NotNull DeploymentProject deploymentProject)
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull DeploymentProject deploymentProject)
public AgentAssignmentSearchResult(@NotNull String parentName, @NotNull Environment environment)
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull String parentName, @NotNull Environment environment)
public String getType()
getType
in class SearchResultEntity
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.