com.atlassian.bamboo.plugins.rest.model.search
Class AgentAssignmentSearchResult

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

public class AgentAssignmentSearchResult
extends SearchResultEntity


Constructor Summary
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)
           
 
Method Summary
 String getType()
           
 
Methods inherited from class com.atlassian.bamboo.plugins.rest.model.search.SearchResultEntity
getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AgentAssignmentSearchResult

public AgentAssignmentSearchResult()

AgentAssignmentSearchResult

public AgentAssignmentSearchResult(@NotNull
                                   Project project)

AgentAssignmentSearchResult

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

AgentAssignmentSearchResult

public AgentAssignmentSearchResult(@NotNull
                                   ImmutablePlan plan)

AgentAssignmentSearchResult

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

AgentAssignmentSearchResult

public AgentAssignmentSearchResult(@NotNull
                                   ImmutableJob plan)

AgentAssignmentSearchResult

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

AgentAssignmentSearchResult

public AgentAssignmentSearchResult(@NotNull
                                   DeploymentProject deploymentProject)

AgentAssignmentSearchResult

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

AgentAssignmentSearchResult

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

AgentAssignmentSearchResult

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

getType

public String getType()
Specified by:
getType in class SearchResultEntity


Copyright © 2015 Atlassian Software Systems Pty Ltd. All rights reserved.