Ibm DevOps Entities
Artifact Management
- Preview
- Usage
- Definition
import { ArtifactManagement } from '@dinghy/diagrams/entitiesIbmDevops'
<ArtifactManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { ARTIFACT_MANAGEMENT } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, ARTIFACT_MANAGEMENT)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/artifact_management.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Build & Test
- Preview
- Usage
- Definition
import { BuildTest } from '@dinghy/diagrams/entitiesIbmDevops'
<BuildTest/>
// or
import { extendStyle } from "@dinghy/base-components";
import { BUILD_TEST } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, BUILD_TEST)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/build_test.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Code Editor
- Preview
- Usage
- Definition
import { CodeEditor } from '@dinghy/diagrams/entitiesIbmDevops'
<CodeEditor/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CODE_EDITOR } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, CODE_EDITOR)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/code_editor.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Collaborative Development
- Preview
- Usage
- Definition
import { CollaborativeDevelopment } from '@dinghy/diagrams/entitiesIbmDevops'
<CollaborativeDevelopment/>
// or
import { extendStyle } from "@dinghy/base-components";
import { COLLABORATIVE_DEVELOPMENT } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, COLLABORATIVE_DEVELOPMENT)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/collaborative_development.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Configuration Management
- Preview
- Usage
- Definition
import { ConfigurationManagement } from '@dinghy/diagrams/entitiesIbmDevops'
<ConfigurationManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONFIGURATION_MANAGEMENT } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, CONFIGURATION_MANAGEMENT)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/configuration_management.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Continuous Deploy
- Preview
- Usage
- Definition
import { ContinuousDeploy } from '@dinghy/diagrams/entitiesIbmDevops'
<ContinuousDeploy/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTINUOUS_DEPLOY } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, CONTINUOUS_DEPLOY)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/continuous_deploy.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Continuous Testing
- Preview
- Usage
- Definition
import { ContinuousTesting } from '@dinghy/diagrams/entitiesIbmDevops'
<ContinuousTesting/>
// or
import { extendStyle } from "@dinghy/base-components";
import { CONTINUOUS_TESTING } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, CONTINUOUS_TESTING)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/continuous_testing.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
DevOps
- Preview
- Usage
- Definition
import { Devops } from '@dinghy/diagrams/entitiesIbmDevops'
<Devops/>
// or
import { extendStyle } from "@dinghy/base-components";
import { DEVOPS } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, DEVOPS)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/devops.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Provision
- Preview
- Usage
- Definition
import { Provision } from '@dinghy/diagrams/entitiesIbmDevops'
<Provision/>
// or
import { extendStyle } from "@dinghy/base-components";
import { PROVISION } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, PROVISION)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/provision.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}
Release Management
- Preview
- Usage
- Definition
import { ReleaseManagement } from '@dinghy/diagrams/entitiesIbmDevops'
<ReleaseManagement/>
// or
import { extendStyle } from "@dinghy/base-components";
import { RELEASE_MANAGEMENT } from '@dinghy/diagrams/entitiesIbmDevops'
<Shape
{...props}
_style={extendStyle(props, RELEASE_MANAGEMENT)}
/>
{
_style: {
entity: 'image;aspect=fixed;perimeter=ellipsePerimeter;html=1;align=center;shadow=0;dashed=0;fontColor=#4277BB;labelBackgroundColor=default;fontSize=12;spacingTop=3;image=img/lib/ibm/devops/release_management.svg;strokeColor=none;',
},
_original_width: 60,
_original_height: 60,
}