The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi ,
I am new to bamboo and writing a plugin which will show the time taken by each task in job and status of the task in current build .
Currently I am using below line of code to get the TaskDefinition ,but no luck to get start time, end time and status of task from task definition.
List<? extends ImmutableChainStage> stages = getChainResultsSummary().getImmutablePlan().getStages();
ImmutableChainStage stage=stages.get(0);
Set<? extends ImmutableJob> jobs= stage.getJobs();
ImmutableJob job=jobs.iterator().next();
TaskDefinition task= job.getTaskDefinitions().get(0);
Please suggest the correct java api for bamboo.
Thanks
Hello @Lipun
Have you gave a look at Bamboo API docs? Also, I think this question is best suited for the Developer community at https://community.developer.atlassian.com/c/bamboo-development
Did that help? :)
Hi, If you are running self-managed environments and looking to adopt modern infrastructure, Bamboo Data Center can now be deployed in a Kubernetes cluster. By leveraging Kubernetes, you can easily...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.