public class LazyRefSpec
extends org.eclipse.jgit.transport.RefSpec
toBreakingContractString()
.Constructor and Description |
---|
LazyRefSpec(org.eclipse.jgit.transport.RefSpec refSpec) |
Modifier and Type | Method and Description |
---|---|
org.eclipse.jgit.transport.RefSpec |
expandFromDestination(org.eclipse.jgit.lib.Ref r) |
org.eclipse.jgit.transport.RefSpec |
expandFromDestination(String r) |
org.eclipse.jgit.transport.RefSpec |
expandFromSource(org.eclipse.jgit.lib.Ref r) |
org.eclipse.jgit.transport.RefSpec |
expandFromSource(String r) |
Collection<org.eclipse.jgit.transport.RefSpec> |
getExpandedSources() |
String |
toBreakingContractString() |
public org.eclipse.jgit.transport.RefSpec expandFromSource(String r)
expandFromSource
in class org.eclipse.jgit.transport.RefSpec
public org.eclipse.jgit.transport.RefSpec expandFromSource(org.eclipse.jgit.lib.Ref r)
expandFromSource
in class org.eclipse.jgit.transport.RefSpec
public org.eclipse.jgit.transport.RefSpec expandFromDestination(String r)
expandFromDestination
in class org.eclipse.jgit.transport.RefSpec
public org.eclipse.jgit.transport.RefSpec expandFromDestination(org.eclipse.jgit.lib.Ref r)
expandFromDestination
in class org.eclipse.jgit.transport.RefSpec
public Collection<org.eclipse.jgit.transport.RefSpec> getExpandedSources()
public String toBreakingContractString()
Copyright © 2017 Atlassian Software Systems Pty Ltd. All rights reserved.