Interface CloudInstancesExpiration
-
- All Known Subinterfaces:
CloudInstancesProvider
- All Known Implementing Classes:
CloudInstancesProviderImpl
,SecuredCloudInstancesProvider
public interface CloudInstancesExpiration
- Author:
- Sergey.Pak Date: 02.10.20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isInstanceExpired(String profileId, String instanceId)
void
markInstanceExpired(String profileId, String instanceId)
Terminate instance after current build finishes
-