ServiceAzureDevOps

azure-17/Item/Devops/ServiceAzureDevOps
include('azure-17/Item/Devops/ServiceAzureDevOps')
Illustration ServiceAzureDevOps ServiceAzureDevOpsCard ServiceAzureDevOpsGroup
illustration for Illustration illustration for ServiceAzureDevOps illustration for ServiceAzureDevOpsCard illustration for ServiceAzureDevOpsGroup

Sprites

The item provides the following sriptes:

  • <$ServiceAzureDevOpsXs>
  • <$ServiceAzureDevOpsSm>
  • <$ServiceAzureDevOpsMd>
  • <$ServiceAzureDevOpsLg>

ServiceAzureDevOps

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAzureDevOps
include('azure-17/Item/Devops/ServiceAzureDevOps')

' renders the element
ServiceAzureDevOps('ServiceAzureDevOps', 'Service Azure Dev Ops', 'an optional tech label', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAzureDevOps
include('azure-17/Item/Devops/ServiceAzureDevOps')

' renders the element
ServiceAzureDevOps('ServiceAzureDevOps', 'Service Azure Dev Ops', 'an optional tech label', 'an optional description')
@enduml

ServiceAzureDevOpsCard

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAzureDevOpsCard
include('azure-17/Item/Devops/ServiceAzureDevOps')

' renders the element
ServiceAzureDevOpsCard('ServiceAzureDevOpsCard', 'Service Azure Dev Ops Card', 'an optional description')
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAzureDevOpsCard
include('azure-17/Item/Devops/ServiceAzureDevOps')

' renders the element
ServiceAzureDevOpsCard('ServiceAzureDevOpsCard', 'Service Azure Dev Ops Card', 'an optional description')
@enduml

ServiceAzureDevOpsGroup

Load remotely

@startuml
' configures the library
!global $LIB_BASE_LOCATION="https://raw.githubusercontent.com/tmorin/plantuml-libs/master/distribution"

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAzureDevOpsGroup
include('azure-17/Item/Devops/ServiceAzureDevOps')

' renders the element
ServiceAzureDevOpsGroup('ServiceAzureDevOpsGroup', 'Service Azure Dev Ops Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml

Load locally

@startuml
' configures the library
!global $INCLUSION_MODE="local"
!global $LIB_BASE_LOCATION="../../.."

' loads the library's bootstrap
!include $LIB_BASE_LOCATION/bootstrap.puml

' loads the package bootstrap
include('azure-17/bootstrap')

' loads the Item which embeds the element ServiceAzureDevOpsGroup
include('azure-17/Item/Devops/ServiceAzureDevOps')

' renders the element
ServiceAzureDevOpsGroup('ServiceAzureDevOpsGroup', 'Service Azure Dev Ops Group', 'an optional tech label') {
    note as note
        the content of the group
    end note
}
@enduml