Class LazyRefSpec
- java.lang.Object
-
- org.eclipse.jgit.transport.RefSpec
-
- com.atlassian.bamboo.plugins.git.jgit.transport.LazyRefSpec
-
- All Implemented Interfaces:
Serializable
public class LazyRefSpec extends org.eclipse.jgit.transport.RefSpec
A refspec that retains information about the refs resolved from wildcards. This information can then be retrieved usingtoBreakingContractString()
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LazyRefSpec(org.eclipse.jgit.transport.RefSpec refSpec)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.jgit.transport.RefSpec
expandFromDestination(String r)
org.eclipse.jgit.transport.RefSpec
expandFromDestination(org.eclipse.jgit.lib.Ref r)
org.eclipse.jgit.transport.RefSpec
expandFromSource(String r)
org.eclipse.jgit.transport.RefSpec
expandFromSource(org.eclipse.jgit.lib.Ref r)
Collection<org.eclipse.jgit.transport.RefSpec>
getExpandedSources()
String
toBreakingContractString()
-
Methods inherited from class org.eclipse.jgit.transport.RefSpec
equals, getDestination, getSource, hashCode, isForceUpdate, isMatching, isNegative, isWildcard, isWildcard, matchDestination, matchDestination, matchSource, matchSource, setDestination, setForceUpdate, setSource, setSourceDestination, toString
-
-
-
-
Method Detail
-
expandFromSource
public org.eclipse.jgit.transport.RefSpec expandFromSource(String r)
- Overrides:
expandFromSource
in classorg.eclipse.jgit.transport.RefSpec
-
expandFromSource
public org.eclipse.jgit.transport.RefSpec expandFromSource(org.eclipse.jgit.lib.Ref r)
- Overrides:
expandFromSource
in classorg.eclipse.jgit.transport.RefSpec
-
expandFromDestination
public org.eclipse.jgit.transport.RefSpec expandFromDestination(String r)
- Overrides:
expandFromDestination
in classorg.eclipse.jgit.transport.RefSpec
-
expandFromDestination
public org.eclipse.jgit.transport.RefSpec expandFromDestination(org.eclipse.jgit.lib.Ref r)
- Overrides:
expandFromDestination
in classorg.eclipse.jgit.transport.RefSpec
-
getExpandedSources
public Collection<org.eclipse.jgit.transport.RefSpec> getExpandedSources()
-
toBreakingContractString
public String toBreakingContractString()
-
-