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 Summary
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()-
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
-
-
-
-
Constructor Detail
-
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 Detail
-
getType
public String getType()
- Specified by:
getTypein classSearchResultEntity
-
-