org.eclipse.egit.github.core
Class RepositoryTag

java.lang.Object
  extended by org.eclipse.egit.github.core.RepositoryTag
All Implemented Interfaces:
Serializable

public class RepositoryTag
extends Object
implements Serializable

Repository tag model class

See Also:
Serialized Form

Constructor Summary
RepositoryTag()
           
 
Method Summary
 TypedResource getCommit()
           
 String getName()
           
 String getTarballUrl()
           
 String getZipballUrl()
           
 RepositoryTag setCommit(TypedResource commit)
           
 RepositoryTag setName(String name)
           
 RepositoryTag setTarballUrl(String tarballUrl)
           
 RepositoryTag setZipballUrl(String zipballUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepositoryTag

public RepositoryTag()
Method Detail

getName

public String getName()
Returns:
name

setName

public RepositoryTag setName(String name)
Parameters:
name -
Returns:
this tag

getTarballUrl

public String getTarballUrl()
Returns:
tarballUrl

setTarballUrl

public RepositoryTag setTarballUrl(String tarballUrl)
Parameters:
tarballUrl -
Returns:
this tag

getZipballUrl

public String getZipballUrl()
Returns:
zipballUrl

setZipballUrl

public RepositoryTag setZipballUrl(String zipballUrl)
Parameters:
zipballUrl -
Returns:
this tag

getCommit

public TypedResource getCommit()
Returns:
commit

setCommit

public RepositoryTag setCommit(TypedResource commit)
Parameters:
commit -
Returns:
this tag


Copyright © 2012. All Rights Reserved.