Class GitRepoArtifactProviderProperties
- java.lang.Object
-
- com.netflix.spinnaker.clouddriver.artifacts.gitRepo.GitRepoArtifactProviderProperties
-
- All Implemented Interfaces:
ArtifactProvider<GitRepoArtifactAccount>
@ConfigurationProperties("artifacts.git-repo") public class GitRepoArtifactProviderProperties extends java.lang.Object implements ArtifactProvider<GitRepoArtifactAccount>
-
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_CLONE_RETENTION_CHECK_MS
-
Constructor Summary
Constructors Constructor Description GitRepoArtifactProviderProperties()
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.netflix.spinnaker.clouddriver.artifacts.config.ArtifactProvider
getAccounts, isEnabled
-
-
-
-
Field Detail
-
DEFAULT_CLONE_RETENTION_CHECK_MS
public static final int DEFAULT_CLONE_RETENTION_CHECK_MS
- See Also:
- Constant Field Values
-
-