Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Yet another JENKINS-19508 workaround.
- Loading branch information
|
@@ -415,7 +415,7 @@ private synchronized boolean updateCredentials(@NonNull Domain domain, @NonNull |
|
|
} |
|
|
|
|
|
@SuppressWarnings({"unchecked", "rawtypes"}) // erasure |
|
|
@Extension |
|
|
@Extension(optional = true) |
|
|
public static class ActionFactory extends TransientActionFactory<AbstractFolder> { |
|
|
@Override |
|
|
public Class<AbstractFolder> type() { |
|
@@ -439,7 +439,7 @@ public CredentialsStore getStore() { |
|
|
|
|
|
} |
|
|
|
|
|
@Extension |
|
|
@Extension(optional = true) |
|
|
public static class DescriptorImpl extends AbstractFolderPropertyDescriptor { |
|
|
|
|
|
@Override |
|
|