Uses of Class
ch.admin.bit.jeap.deploymentlog.domain.DeploymentUnit
Packages that use DeploymentUnit
-
Uses of DeploymentUnit in ch.admin.bit.jeap.deploymentlog.domain
Methods in ch.admin.bit.jeap.deploymentlog.domain that return DeploymentUnitModifier and TypeMethodDescriptionDeploymentUnit.DeploymentUnitBuilder.build()@NonNull DeploymentUnitComponentVersion.getDeploymentUnit()Methods in ch.admin.bit.jeap.deploymentlog.domain with parameters of type DeploymentUnitModifier and TypeMethodDescriptionDeploymentService.createDeployment(String externalId, String versionName, ZonedDateTime taggedAt, String versionCtrlUrl, String commitRef, ZonedDateTime committedAt, boolean publishedVersion, String systemName, String componentName, String environmentName, DeploymentTarget target, ZonedDateTime startedAt, String startedBy, DeploymentUnit deploymentUnit, Set<Link> links, Map<String, String> properties, Set<String> referenceIdentifiers, String changelogComment, String changelogComparedToVersion, Set<String> changelogJiraIssueKeys, String remedyChangeId) ComponentVersion.ComponentVersionBuilder.deploymentUnit(@NonNull DeploymentUnit deploymentUnit)