Class AzureFileVolume
- java.lang.Object
-
- hudson.model.AbstractDescribableImpl<AzureFileVolume>
-
- com.microsoft.jenkins.containeragents.aci.volumes.AzureFileVolume
-
- All Implemented Interfaces:
Describable<AzureFileVolume>
,Serializable
public class AzureFileVolume extends AbstractDescribableImpl<AzureFileVolume> implements Serializable
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
AzureFileVolume.DescriptorImpl
-
Constructor Summary
Constructors Constructor Description AzureFileVolume(String mountPath, String shareName, String credentialsId)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AzureFileVolume
get()
String
getCredentialsId()
String
getMountPath()
String
getShareName()
String
getStorageAccountKey()
String
getStorageAccountName()
-
Methods inherited from class hudson.model.AbstractDescribableImpl
getDescriptor
-
-
-
-
Method Detail
-
getMountPath
public String getMountPath()
-
getCredentialsId
public String getCredentialsId()
-
getShareName
public String getShareName()
-
getStorageAccountName
public String getStorageAccountName()
-
getStorageAccountKey
public String getStorageAccountKey()
-
get
public static AzureFileVolume get()
-
-