Class AzureItemStorage
java.lang.Object
hudson.model.AbstractDescribableImpl<jenkins.plugins.itemstorage.ItemStorage<T>>
jenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>
io.jenkins.plugins.jobcacherazurestorage.AzureItemStorage
- All Implemented Interfaces:
ExtensionPoint
,Describable<jenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>>
,Serializable
@Extension
public class AzureItemStorage
extends jenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>
- See Also:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface hudson.ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AzureItemStorage
get()
getObjectPath
(Item item, String path) getObjectPathForBranch
(Item item, String path, String branch) void
setContainerName
(String containerName) void
setCredentialsId
(String credentialsId) Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
Constructor Details
-
AzureItemStorage
@DataBoundConstructor public AzureItemStorage()
-
-
Method Details
-
getCredentialsId
-
getContainerName
-
setCredentialsId
-
setContainerName
-
getObjectPath
- Specified by:
getObjectPath
in classjenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>
-
getObjectPathForBranch
- Specified by:
getObjectPathForBranch
in classjenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>
-
get
-