Uses of Class
org.apache.maven.model.DeploymentRepository

Packages that use DeploymentRepository
org.apache.maven.model   
org.apache.maven.model.io.dom4j   
org.apache.maven.model.io.jdom   
org.apache.maven.model.io.stax   
org.apache.maven.model.io.xpp3   
 

Uses of DeploymentRepository in org.apache.maven.model
 

Fields in org.apache.maven.model declared as DeploymentRepository
private  DeploymentRepository DistributionManagement.repository
          Information needed to deploy the artifacts generated by the project to a remote repository.
private  DeploymentRepository DistributionManagement.snapshotRepository
          Where to deploy snapshots of artifacts to.
 

Methods in org.apache.maven.model that return DeploymentRepository
 DeploymentRepository DistributionManagement.getRepository()
          Get information needed to deploy the artifacts generated by the project to a remote repository.
 DeploymentRepository DistributionManagement.getSnapshotRepository()
          Get where to deploy snapshots of artifacts to.
 

Methods in org.apache.maven.model with parameters of type DeploymentRepository
 void DistributionManagement.setRepository(DeploymentRepository repository)
          Set information needed to deploy the artifacts generated by the project to a remote repository.
 void DistributionManagement.setSnapshotRepository(DeploymentRepository snapshotRepository)
          Set where to deploy snapshots of artifacts to.
 

Uses of DeploymentRepository in org.apache.maven.model.io.dom4j
 

Methods in org.apache.maven.model.io.dom4j that return DeploymentRepository
private  DeploymentRepository MavenDom4jReader.parseDeploymentRepository(java.lang.String tagName, org.dom4j.Element element, boolean strict)
          Method parseDeploymentRepository.
 

Methods in org.apache.maven.model.io.dom4j with parameters of type DeploymentRepository
private  void MavenDom4jWriter.writeDeploymentRepository(DeploymentRepository deploymentRepository, java.lang.String tagName, org.dom4j.Branch parentElement)
          Method writeDeploymentRepository.
 

Uses of DeploymentRepository in org.apache.maven.model.io.jdom
 

Methods in org.apache.maven.model.io.jdom with parameters of type DeploymentRepository
protected  void MavenJDOMWriter.updateDeploymentRepository(DeploymentRepository deploymentRepository, java.lang.String xmlTag, MavenJDOMWriter.Counter counter, org.jdom.Element element)
          Method updateDeploymentRepository.
 

Uses of DeploymentRepository in org.apache.maven.model.io.stax
 

Methods in org.apache.maven.model.io.stax that return DeploymentRepository
private  DeploymentRepository MavenStaxReader.parseDeploymentRepository(java.lang.String tagName, javax.xml.stream.XMLStreamReader xmlStreamReader, boolean strict)
          Method parseDeploymentRepository.
 

Methods in org.apache.maven.model.io.stax with parameters of type DeploymentRepository
private  void MavenStaxWriter.writeDeploymentRepository(DeploymentRepository deploymentRepository, java.lang.String tagName, javax.xml.stream.XMLStreamWriter serializer)
          Method writeDeploymentRepository.
 

Uses of DeploymentRepository in org.apache.maven.model.io.xpp3
 

Methods in org.apache.maven.model.io.xpp3 that return DeploymentRepository
private  DeploymentRepository MavenXpp3Reader.parseDeploymentRepository(org.codehaus.plexus.util.xml.pull.XmlPullParser parser, boolean strict)
          Method parseDeploymentRepository.
 

Methods in org.apache.maven.model.io.xpp3 with parameters of type DeploymentRepository
private  void MavenXpp3Writer.writeDeploymentRepository(DeploymentRepository deploymentRepository, java.lang.String tagName, org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
          Method writeDeploymentRepository.