Class AgentAssignmentSearchResult
java.lang.Object
com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
com.atlassian.bamboo.plugins.rest.model.search.AgentAssignmentSearchResult
-
Constructor Summary
ConstructorDescriptionAgentAssignmentSearchResult
(@NotNull DeploymentProject deploymentProject) AgentAssignmentSearchResult
(@NotNull ImmutableJob plan) AgentAssignmentSearchResult
(@NotNull ImmutablePlan plan) AgentAssignmentSearchResult
(@NotNull Project project) AgentAssignmentSearchResult
(@NotNull String parentName, @NotNull Environment environment) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull DeploymentProject deploymentProject) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutableJob plan) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull ImmutablePlan plan) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull Project project) AgentAssignmentSearchResult
(AgentAssignment.ExecutorType executorType, long executorId, @NotNull String parentName, @NotNull Environment environment) -
Method Summary
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
-
Constructor Details
-
AgentAssignmentSearchResult
public AgentAssignmentSearchResult() -
AgentAssignmentSearchResult
-
AgentAssignmentSearchResult
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull Project project) -
AgentAssignmentSearchResult
-
AgentAssignmentSearchResult
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull ImmutablePlan plan) -
AgentAssignmentSearchResult
-
AgentAssignmentSearchResult
public AgentAssignmentSearchResult(AgentAssignment.ExecutorType executorType, long executorId, @NotNull @NotNull ImmutableJob plan) -
AgentAssignmentSearchResult
-
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
-
getType
- Specified by:
getType
in classSearchResultEntity
-