Class UpdateRemoteConfig
- java.lang.Object
-
- org.uberfire.java.nio.fs.jgit.util.commands.UpdateRemoteConfig
-
public class UpdateRemoteConfig extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateRemoteConfig(Git git, org.uberfire.commons.data.Pair<String,String> remote, Collection<org.eclipse.jgit.transport.RefSpec> refSpecs)
-
-
-
Constructor Detail
-
UpdateRemoteConfig
public UpdateRemoteConfig(Git git, org.uberfire.commons.data.Pair<String,String> remote, Collection<org.eclipse.jgit.transport.RefSpec> refSpecs)
-
-
Method Detail
-
execute
public List<org.eclipse.jgit.transport.RefSpec> execute() throws IOException, URISyntaxException
- Throws:
IOExceptionURISyntaxException
-
-