Expand description
Build API functionality for Veracode platform.
This module provides functionality to interact with the Veracode Build XML APIs, allowing you to create, update, delete, and query builds for applications and sandboxes. These operations use the XML API endpoints (analysiscenter.veracode.com).
Structs§
- Build
- Represents a Veracode build
- Build
Api - Build API operations for Veracode platform
- Build
List - List of builds
- Create
Build Request - Request for creating a build
- Delete
Build Request - Request for deleting a build
- Delete
Build Result - Result of build deletion
- GetBuild
Info Request - Request for getting build information
- GetBuild
List Request - Request for getting build list
- Update
Build Request - Request for updating a build
Enums§
- Build
Error - Build specific error types
- Build
Status - Build status enumeration based on Veracode Java implementation These represent the possible build/analysis states that determine deletion safety
Constants§
- LIFECYCLE_
STAGES - Valid lifecycle stage values for Veracode builds
Functions§
- default_
lifecycle_ stage - Get the default lifecycle stage for development builds
- is_
valid_ lifecycle_ stage - Validate if a lifecycle stage value is valid