public abstract static class AgentAssignmentHelper.ExecutableHandler extends Object
Constructor and Description |
---|
ExecutableHandler() |
Modifier and Type | Method and Description |
---|---|
void |
call(AgentAssignment agentAssignment) |
protected abstract void |
handleDeploymentProjectAssignment(AgentAssignment agentAssignment) |
protected abstract void |
handleEnvironmentAssignment(AgentAssignment agentAssignment) |
protected abstract void |
handleJobAssignment(AgentAssignment agentAssignment) |
protected abstract void |
handlePlanAssignment(AgentAssignment agentAssignment) |
protected abstract void |
handleProjectAssignment(AgentAssignment agentAssignment) |
protected abstract void handleDeploymentProjectAssignment(AgentAssignment agentAssignment)
protected abstract void handleEnvironmentAssignment(@NotNull AgentAssignment agentAssignment)
protected abstract void handleJobAssignment(@NotNull AgentAssignment agentAssignment)
protected abstract void handlePlanAssignment(@NotNull AgentAssignment agentAssignment)
protected abstract void handleProjectAssignment(@NotNull AgentAssignment agentAssignment)
public void call(@NotNull AgentAssignment agentAssignment)
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.