Constructor and Description |
---|
AzureBatchHelper(hudson.model.BuildListener listener,
WorkspaceHelper workspaceHelper,
ProjectConfigHelper projectConfigHelper,
JobSplitterHelper jobSplitterHelper,
List<ResourceEntity> sharedResourceEntityList,
boolean enableVmUtilizationProfiler,
String poolJobId,
String jobId,
BatchAccountInfo batchAccountInfo,
StorageAccountInfo storageAccountInfo)
AzureBatchHelper constructor
|
Modifier and Type | Field and Description |
---|---|
protected List<ResourceEntity> |
JobGenerator.sharedResourceEntityList |
Modifier and Type | Method and Description |
---|---|
void |
JobGenerator.initialize(hudson.model.BuildListener listener,
WorkspaceHelper workspaceHelper,
ProjectConfigHelper projectConfigHelper,
JobSplitterHelper jobSplitterHelper,
List<ResourceEntity> sharedResourceEntityList,
com.microsoft.azure.batch.BatchClient client,
String jobId,
String poolId,
StorageAccountInfo storageAccountInfo,
String containerSasKey) |
Modifier and Type | Method and Description |
---|---|
void |
ProjectConfigHelper.addBlobResources(List<ResourceEntity> sharedResourceEntityList)
Add blob resources to sharedResourceEntityList
|
void |
ProjectConfigHelper.addLocalResources(String workspacePath,
List<ResourceEntity> sharedResourceEntityList)
Add local resources to sharedResourceEntityList
|
Modifier and Type | Class and Description |
---|---|
class |
AzureBlobResourceEntity
AzureBlobResourceEntity class
|
class |
BaseResourceEntity |
class |
LocalResourceEntity
LocalResourceEntity class
|
Copyright © 2016. All rights reserved.