Skip to content

Commit 16144b9

Browse files
committed
added unit tests for the clientauth login implementations
1 parent b04dafd commit 16144b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,5 @@ project/plugins/project/
1616
*.iml
1717
.idea/
1818
lib/
19+
20+
*/crx-quickstart/

src/main/java/net/adamcin/jenkins/granite/PackageDeploymentCallable.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import com.cloudbees.plugins.credentials.CredentialsProvider;
55
import com.ning.http.client.AsyncHttpClient;
66
import hudson.FilePath;
7-
import hudson.model.AbstractBuild;
87
import hudson.model.Result;
98
import hudson.model.TaskListener;
109
import hudson.remoting.VirtualChannel;
@@ -17,7 +16,6 @@
1716
import net.adamcin.granite.client.packman.async.AsyncPackageManagerClient;
1817
import net.adamcin.sshkey.api.Signer;
1918
import net.adamcin.sshkey.api.SignerException;
20-
import net.adamcin.sshkey.api.SignerFactory;
2119

2220
import java.io.File;
2321
import java.io.IOException;

0 commit comments

Comments
 (0)