com.atlassian.bamboo.deployments.versions.persistence
Class DeploymentVersionDeletionAdapterFactory

java.lang.Object
  extended by com.atlassian.bamboo.deployments.versions.persistence.DeploymentVersionDeletionAdapterFactory

public class DeploymentVersionDeletionAdapterFactory
extends java.lang.Object


Method Summary
static DeploymentVersionDeletionAdapter forDeploymentProject(long deploymentProjectId)
           
static DeploymentVersionDeletionAdapter forDeploymentVersion(long deploymentVersionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

forDeploymentVersion

@NotNull
public static DeploymentVersionDeletionAdapter forDeploymentVersion(long deploymentVersionId)

forDeploymentProject

@NotNull
public static DeploymentVersionDeletionAdapter forDeploymentProject(long deploymentProjectId)


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