org.jclouds.scriptbuilder.domain
Class GitRepoAndRef.Builder
java.lang.Object
org.jclouds.scriptbuilder.domain.GitRepoAndRef.Builder
- Enclosing class:
- GitRepoAndRef
public static class GitRepoAndRef.Builder
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
repository
protected URI repository
branch
protected com.google.common.base.Optional<String> branch
tag
protected com.google.common.base.Optional<String> tag
GitRepoAndRef.Builder
public GitRepoAndRef.Builder()
repository
public GitRepoAndRef.Builder repository(URI repository)
- See Also:
GitRepoAndRef.getRepository()
repository
public GitRepoAndRef.Builder repository(String repository)
- See Also:
GitRepoAndRef.getRepository()
branch
public GitRepoAndRef.Builder branch(String branch)
- See Also:
GitRepoAndRef.getBranch()
tag
public GitRepoAndRef.Builder tag(String tag)
- See Also:
GitRepoAndRef.getTag()
build
public GitRepoAndRef build()
fromGitRepoAndRef
public GitRepoAndRef.Builder fromGitRepoAndRef(GitRepoAndRef in)
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.