com.atlassian.bamboo.plugins.git.github.api.rest.entity
Class GitHubRepositoryEntity

java.lang.Object
  extended by com.atlassian.bamboo.plugins.git.github.api.rest.entity.GitHubRepositoryEntity

public class GitHubRepositoryEntity
extends java.lang.Object


Nested Class Summary
static class GitHubRepositoryEntity.Builder
           
 
Constructor Summary
GitHubRepositoryEntity()
           
 
Method Summary
static GitHubRepositoryEntity.Builder builder()
           
 java.lang.String getFullName()
           
static com.google.common.collect.Ordering<GitHubRepositoryEntity> orderingByFullName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GitHubRepositoryEntity

public GitHubRepositoryEntity()
Method Detail

orderingByFullName

public static com.google.common.collect.Ordering<GitHubRepositoryEntity> orderingByFullName()

builder

public static GitHubRepositoryEntity.Builder builder()

getFullName

public java.lang.String getFullName()


Copyright © 2014 Atlassian Software Systems Pty Ltd. All Rights Reserved.