Uses of Class
jenkins.plugins.jclouds.blobstore.BlobStoreEntry
-
Packages that use BlobStoreEntry Package Description jenkins.plugins.jclouds.blobstore -
-
Uses of BlobStoreEntry in jenkins.plugins.jclouds.blobstore
Methods in jenkins.plugins.jclouds.blobstore that return types with arguments of type BlobStoreEntry Modifier and Type Method Description List<BlobStoreEntry>
BlobStorePublisher. getEntries()
Get list of entries to be uploaded.Constructor parameters in jenkins.plugins.jclouds.blobstore with type arguments of type BlobStoreEntry Constructor Description BlobStorePublisher(String profileName, List<BlobStoreEntry> entries)
Create a new Blobstore publisher for the configured profile identified by profileName
-