com.atlassian.maven.plugins.sourcerelease.mojos.git
Class RepositoryAndTag

java.lang.Object
  extended by com.atlassian.maven.plugins.sourcerelease.mojos.git.RepositoryAndTag

public class RepositoryAndTag
extends java.lang.Object


Constructor Summary
RepositoryAndTag(java.lang.String repositoryUrl, java.lang.String tag)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.lang.String getExportFilename()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryAndTag

public RepositoryAndTag(java.lang.String repositoryUrl,
                        java.lang.String tag)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

getExportFilename

public java.lang.String getExportFilename()
Returns:
a unique filename for this combination of repository and tag


Copyright © 2011 Atlassian. All Rights Reserved.