Class AzureItemStorage
java.lang.Object
hudson.model.AbstractDescribableImpl<jenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>>
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 AzureItemStorageget()getObjectPath(Item item, String path) getObjectPathForBranch(Item item, String path, String branch) voidsetContainerName(String containerName) voidsetCredentialsId(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:
getObjectPathin classjenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>
-
getObjectPathForBranch
- Specified by:
getObjectPathForBranchin classjenkins.plugins.itemstorage.ItemStorage<AzureObjectPath>
-
get
-