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 Object


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

Constructor Detail

RepositoryAndTag

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

hashCode

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

equals

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

getExportFilename

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

toString

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


Copyright © 2011 Atlassian. All Rights Reserved.