Class SendBuildAction

  • All Implemented Interfaces:
    FilePath.FileCallable<SendBuildMessage>, Serializable, org.jenkinsci.remoting.RoleSensitive

    public class SendBuildAction
    extends MasterToSlaveFileCallable<SendBuildMessage>
    Upload a build to Data Theorem Upload Api.

    The action uses the secret Upload API Key and the path to the build which has to be sent to Data Theorem. The perform action first call data theorem upload_init endpoint with the apiKey to get the upload link. Then if the API Key is correct the action send the build to Data Theorem using the upload link. return : SendBuildMessage with success value and the body response

    See Also:
    Serialized Form