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

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

Deprecated.

@Deprecated
public class RepositoryAndTag
extends java.lang.Object


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

Constructor Detail

RepositoryAndTag

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

hashCode

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

equals

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

getExportFilename

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

toString

public java.lang.String toString()
Deprecated. 
Overrides:
toString in class java.lang.Object


Copyright © 2012 Atlassian. All Rights Reserved.