Interface DevOpsService
public interface DevOpsService
Service for retrieving and managing DevOps data regarding Automation.
-
Method Summary
Modifier and TypeMethodDescriptionbuildContext(TenantContext tenantContext) Used to build the initial DevOps context object.
-
Method Details
-
buildContext
Used to build the initial DevOps context object. Part ofAutomationManagerContext.- Parameters:
tenantContext- used to retrieve tenant specific DevOps data.- Returns:
- DevOps context object
-