com.atlassian.bamboo.ww2.actions.build.admin.config.task
Interface TaskOwner

All Known Implementing Classes:
EnvironmentTaskOwner, PlanTaskOwner

public interface TaskOwner

An interface that allows for specialised functionality for different sources of tasks e.g. Buids VS Deployments

Since:
v5.0

Method Summary
 java.util.Map<java.lang.String,java.lang.Object> buildContextMap()
          Returns the context map required for rendering the UX
 

Method Detail

buildContextMap

@NotNull
java.util.Map<java.lang.String,java.lang.Object> buildContextMap()
Returns the context map required for rendering the UX

Returns:


Copyright © 2013 Atlassian Software Systems Pty Ltd. All Rights Reserved.