Create a DeploymentProgress represented by a Map.paramm a Map representing a DeploymentProgress.returnan implementation of DeploymentProgress return( new DeploymentProgressImpl( m ) );
return( new DeploymentProgressImpl( m ) );
Create a DeploymentSource represented by a Map.paramm a Map representing a DeploymentSource.returnan implementation of DeploymentSource return( new DeploymentSourceImpl( m ) );
return( new DeploymentSourceImpl( m ) );
Create a DeploymentProgress represented by a Map.paramm a Map representing a DeploymentStatus.returna DeploymentStatus return( new DeploymentStatusImpl( m ) );
return( new DeploymentStatusImpl( m ) );